我想用weex做一个闹钟应用。但是我想我需要一个在后台运行的服务。
我怎样才能使用 weex 做到这一点?有没有像插件这样的东西准备好?
我想用weex做一个闹钟应用。但是我想我需要一个在后台运行的服务。
我怎样才能使用 weex 做到这一点?有没有像插件这样的东西准备好?
不,你不能。您需要编写自定义模块来支持这一点。
iOS 文档:http ://weex.apache.org/references/advanced/extend-to-ios.html
安卓文档:http ://weex.apache.org/references/advanced/extend-to-android.html