Reputation: 83
Can I build an ionic application and use it as web application with full capabilities as the mobile part ? Or ionic have 100% efficiency on phones ?
Upvotes: 0
Views: 72
Reputation: 148
As for running ionic on as a web application. yes you can do that. but one thing you'll need to consider when developing your application. check your dependencies and libraries, and be sure that they support web application. else you should be fine. As for the efficiency part, it is not optimal, but you can enhance the performance. something that ionic does that will slow your app is loading all your application in one JS file, that delays the lunch, to avoid that use lazy loading to load your app's components.
Let me know if you have any further questions.
Upvotes: 2