sencha-touch-2.2

history object doesn't keep navigation history ios7 safari

旧街凉风 提交于 2019-12-06 10:22:13
问题 I've just noticed this issue in my sencha touch 2 app: - If you are using Application Cache and also managing states through hash or other technique, the history object will not keep your navigation history, therefore history.back() will never work and history.length stays in 1 forever. Any idea whether there is a workaround to solve this? 来源: https://stackoverflow.com/questions/18914588/history-object-doesnt-keep-navigation-history-ios7-safari

Phonegap TTS Plugin Android not working

时间秒杀一切 提交于 2019-12-03 10:02:51
问题 I am using the TTS Plugin from https://github.com/domaemon/org.apache.cordova.plugin.tts But the plugin does not seem to work. It does not even initialize. Installed the plugin like below (PHONEGAP 3.3 ) phonegap plugin add https://github.com/domaemon/org.apache.cordova.plugin.tts.git phonegap build android Added the following in the phonegap config.xml <gap:plugin name="org.apache.cordova.plugins.tts" value="org.apache.cordova.plugins.tts"/> Added the following code in my javascript window

Phonegap TTS Plugin Android not working

…衆ロ難τιáo~ 提交于 2019-12-03 00:33:58
I am using the TTS Plugin from https://github.com/domaemon/org.apache.cordova.plugin.tts But the plugin does not seem to work. It does not even initialize. Installed the plugin like below (PHONEGAP 3.3 ) phonegap plugin add https://github.com/domaemon/org.apache.cordova.plugin.tts.git phonegap build android Added the following in the phonegap config.xml <gap:plugin name="org.apache.cordova.plugins.tts" value="org.apache.cordova.plugins.tts"/> Added the following code in my javascript window.plugins.tts.startup(startupWin, fail); function startupWin(result) { console.log("Startup win"); // When