Same question, why you dont just provide a full download of ExtJS 7?
Type: Posts; User: steve1964
Same question, why you dont just provide a full download of ExtJS 7?
I have the same problem, this solved for me, if you are using Cordova specify in config.xml:
<preferencename="DisallowOverscroll"value="true"/>
I dont know why this was not affecting app prior...
Hi, this problem occurs only with UIWebView, you have to switch to WKWebView on iOS. Also UIWebView will be dismissed in the near future.
Hi, i think it's not a Sencha Touch problem, read this:
https://forums.adobe.com/thread/2374564
I see. You must add <allow-navigation ... >, allow intent is for controls which URLs the app is allowed to ask the system to open. See docs:
https://github.com/apache/cordova-plugin-whitelist
Which OS you are trying? Which version of Cordova? Not the cli version, but the specific cordova version for the os
Hi, you have to whitelist the domain(s) you are accessing from the app in config.xml.
https://cordova.apache.org/docs/en/latest/guide/appdev/whitelist/index.html
There is new preference to add to the config.xml:
https://github.com/apache/cordova-plugin-splashscreen/pull/57
Hi, is this fixed? Bug is still present in 2.4.2, any override?
Tested on Lumia 640, Windows Phone 8.1 update 2 (8.10.15148.160), IE and Cordova Windows 4.2.0
Edit 1: there a lot of problems, the...
To test this, just open kitchen sink with Chrome for iOS.
This occur also on iOS 9 with cordova (uiwebview) and sencha touch 2.4.2, with safari iOS 9 it's ok, with Chrome for iOS is the same of Cordova, the scrollbar are messed up, because Chrome for iOS...
Hi, where i can download GPL version of Sencha Touch 2.4.2?
I can download only commercial version.
Thanks
Hi, you have to whitelist the domain you are accessing with cordova:
http://docs.phonegap.com/en/3.3.0/guide_appdev_whitelist_index.md.html#Whitelist%20Guide
And if you are targetting local machine...
In app.js,, launch event
You need phonegap in order to use the above plugin, you need to package with phonegap. I dont use architect, you have to setup this kind of things in app.js. I use xCode and Eclipse to package my...
Hi, if you use Sencha Touch + Phomegap there is a plugin (Android and iOS).
I 've used it in 2 of my app, the tracking is on Google Analitycs Mobile, you can see real time tracking and what kind of...
Thanks a lot for the response Abe.
Hi, i see the 2 new themes in Sencha Touch 2.3 beta 2,while the Android theme is now much closer to the Android UI, i can't tell the same for the Apple theme. The question is, will Sencha Touch 2.3...
????, you have the online / offline events in Phonegap too:
http://docs.phonegap.com/en/2.7.0/cordova_events_events.md.html#Events
Have you whitelisted pushwoosh.com and apple.com? You have also to upload your certificate to the PushWoosh account
Where it's not important, you check if phonegap is ready with:
document.addEventListener('deviceready', this.deviceready, false);
Then in your deviceready function you initialize PushWoosh (Step...
Hi,you can't use sencha CMD with phonegap, the phonegap wrapper is different from sencha wrapper, you have to use the phongap lib.The above link is a step by step installation guide. You also need to...
Sorry, but this is not the case, you should use mask loading for this not an alert and the dataview have config to do this.
Why you want this? Ext.Msg should be used to interact with the user, instead just use a popup panel with a timeout function to hide it.
Hi, it's not related to Sencha, it's related to Android OS:
http://stackoverflow.com/questions/9541991/can-i-keep-android-app-alive-in-background