cordova 3 - Custom template for platform add android -


what best approach create customized template platform add android? want customize www used , androidmanifest. using top level www customize www, best approach? possible / recommended make customized platform template? if recommended, best approach set up?

for androidmanifest want default settings such these:

<activity android:screenorientation="portrait"   android:windowsoftinputmode="adjustpan"> </activity> 

i don't know if need answer yet. looking today. , found link jira.

so, think can edit "platform/android/androidmanifest.xml" , cordova keep code. if still need custom androidmanifest, think need edit androidmanifest template cordova.

regards,


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -