I have a fully fledged app built with ionic and angularjs which is running fine on ipad and android.Now we have decided to release it for iphone and android phones with some design changes.Is there any way to do so with the same codebase as the functionality remains same and only the html changes.I read the documentation for ionic platform but it seems it is only for differentiating android and ios platform.Any help is appreciated,thanks
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
you can create a separate project for iphones and android devices with same codebase but with all your design changes.
And Yes, you can specify in the App Store. you will have two urls now, One for ipad apps and one for iphones.