Is there limits with Ionic Framework mobile app?

我只是一个虾纸丫 提交于 2019-12-13 05:47:03

问题


I'm learning how to code a android mobile app with Ionic Framework because I want to create a todo list with a bubble like Facebook Messenger, that is able to send task to workmates, a chronometer and something more but I don't know if with Ionic I will can do it and if is not if I will need programming all of my app again with native or not because if it is then it'd be better programming with native right now.


回答1:


Pretty much everything available on a native app is also possible to do with Ionic. HTML5 constructs give you universal layout flexibility, and device APIs are available through Cordova.

That said, the Facebook chat heads uses a lower-level Android API, and as there isn't currently a Cordova plugin for that, you'd need to develop one. This would take more development time than just going native.

Also, it's understandable that you're opting for hybrid development for the enormous time savings in having code that works across platforms. But, as far as I know, Facebook chatheads is a feature that only works on Android. And if Android is your only release target, it makes sense to just go native.



来源:https://stackoverflow.com/questions/25357863/is-there-limits-with-ionic-framework-mobile-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!