Ionic Framework移动应用程序有限制吗? [英] Is there limits with Ionic Framework mobile app?

查看:151
本文介绍了Ionic Framework移动应用程序有限制吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在学习如何使用Ionic Framework编写Android移动应用程序代码,因为我想创建一个带有Facebook Messenger等泡泡的待办事项列表,可以将任务发送给工作人员,计时器等等,但我不知道知道是否有Ionic我会做到这一点,如果不是,我是否需要再次使用本机编程我的应用程序,因为如果是,那么现在就更好用原生编程。

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.

推荐答案

本机应用程序上的所有可用内容也可以与Ionic一起使用。 HTML5构造为您提供了通用的布局灵活性,并且可以通过Cordova获得设备API。

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.

也就是说,Facebook聊天头使用较低级别的Android API,因为它没有目前是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.

此外,您可以选择混合开发,因为可以节省大量时间,使代码可以跨平台运行。但是,据我所知,Facebook聊天功能只适用于Android。如果Android是您唯一的发布目标,那么只需要原生就可以了。

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.

这篇关于Ionic Framework移动应用程序有限制吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆