-
19 May 2012 3:21 AM #1
Unanswered: ST 2.0.1 Nestedlist and Phonegap 1.7.0 Android 3.1 / 4.0.4
Unanswered: ST 2.0.1 Nestedlist and Phonegap 1.7.0 Android 3.1 / 4.0.4
Hi there. I've some problems with ST 2.0.1 nestedlist and strange behaviod under Android 3.1 / 4.0.4.
Fist off all my Application is running in Chrome, Firefox and Android 2.2 / 2.3.
Under Android 3.1 / 4.0.4, the nestedlist be rendered but remain empty. I searched a lot on google but found no solution.
Does anyone here have an idea ?
greeting,
Moddus
-
21 May 2012 5:59 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
- Answers
- 3160
Any errors reported? Do note that we do not support Android 3.x or Firefox.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
22 May 2012 11:28 AM #3
Thanks for your reply mitchell.
I've created an sample App.
I did the following:- Created a project with sencha sdk
- build command sencha app build -e testing
- Created a phonegap example and added my sencha touch code
The sencha code works in Chrome but the apk only runs under Android 4.0.4.
Android 2.2 shows just a white screen and Android 2.3.3 shows a empty Nestedlist.
Edit:
I've build an native sencha app with sencha sdk: sencha package build
Configuration:
The apk (40 MB ?!?) run under Android 2.1 and 2.3.3 but noch under 4.0.4.Code:{ "applicationName":"Sencha Test", "applicationId":"de.sencha.test", "versionString":"1.0", "iconName":"icon.png", "inputPath":".", "outputPath":"build_app/", "configuration":"Release", "platform":"Android", "deviceType":"Universal", "certificatePath":"C:/downloads/debugKey-store.keystore", "certificatePassword": "123456", "certificateAlias":"debugKey", "sdkPath":"C:/Android/android-sdk", "androidAPILevel":"8", "orientations": [ "portrait", "landscapeLeft", "landscapeRight", "portraitUpsideDown" ] }
Can someone help ?
greeting,
Moddus


Reply With Quote