문제

We have an iOS mobile application which is built up using native tabbar design, where one tab consist a web view to display Cordova view. The other two tabs are purely native.

Now we are planning to build same application for Android mobiles.

Please guide us how and where to start for migration.

  • Do we require to update cordova code for supporting Android or the same code will work?
  • How to support various number of Android screen sizes?
도움이 되었습니까?

해결책

Adding my comment as answer for future readers.

  • No need to update the cordova code but have to create native code for andorid also for other tab
  • For web view have to use Bootstrap of Responsive design framworks to support mutilple screes sizes
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top