Hi, I am new to ionic. Basically I want to create app that can run on mobile device and browser. But I dont want to create native android app and web app separately. Will Ionic help me in creating app that can run on both with coding separately.
Hi @C_S_B,
Yes, you can use the ionic for fulfilling your purpose. Just one remark that some of the plugin available for some of the native applications on devices like, camera will only work on the application and not on the web browser. So you need to tackle that separately.
Thanks…
so first have to create web application using ionic and then will have to use cordova ionic to build native app from web app, right?
Hi @C_S_B,
Yes, your approach is nice. For building cordova ionic application you just need to fire one command in ionic ionic build ios
, if you are using ios platform and ionic build android
, if you are using android.
You can also mark the answer as solution if you found it useful.
do I have to make design changes when converting ionic web app to mobile app for different screen sizes of mobile devices, or ionic will take care of it?
Ionic will take care about the design if you follow the coding standards of it. But if you have used your own coding standards for CSS then you may need to change some places. That is purely based on your requirement.
thnx a lot for your help