我想用weex做一个闹钟应用。不过,我想我需要一个在后台运行的服务。
我怎样才能用weex做到这一点呢?有没有为此准备好的东西,比如插件之类的?
发布于 2017-03-22 09:48:03
不,你不能。你需要写自定义模块来支持它。
iOS文档:http://weex.apache.org/references/advanced/extend-to-ios.html
安卓文档:http://weex.apache.org/references/advanced/extend-to-android.html
https://stackoverflow.com/questions/42915236
复制相似问题