Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
290 views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...