android - Modify AndroidManifest with Sencha Mobile Packager -
i'm working on mobile app using sencha touch 2, , i'm using sencha cmd 3.1 generate de apk file.
but seems have kind of bug shows android native title bar on app. want hide because i'm using sencha component title bar...
on sencha 2.1 news said this:
"the packager config lets pass in "raw" data ios info.plist , android androidmanifest.xml through rawconfig key. heard feedback non-admin access native packager, , have updated setup admin access no longer required."
but when go sencha official documentation rawconfig key ios.
it's frustrating! solution found modify base androidmanifest.xml , add code... android:theme="@android:style/theme.notitlebar".
but way.
thanks!
i have not worked sencha cmd 3.1, if upgrade version 4.0.4.84 solution quite easy. if using sencha along "phonegap", required delve config.xml. can use file define various configurations different platforms.
find documentation here: http://docs.build.phonegap.com/en_us/#googtrans%28en%29 http://docs.build.phonegap.com/en_us/configuring_basics.md.html#the%20basics
Comments
Post a Comment