0
votes

I'm using Sencha Touch 2.2.1, everything working well with Chrome.

But when I do the package and I do test with my phone (Android 4.2.2) I have this contoured part in orange as you can see on this sreenshot .

How can I package without this?

Thank you, sorry for my bad english :(

1

1 Answers

0
votes

Could it be this? android:theme="@android:style/Theme.NoTitleBar"

See this question in the sencha forum.

There is a similar option if you are packaging it with PhoneGap, your need to set that in the manifest.xml. See this.

Good luck, Brad