Tag: sencha

在移动应用程序中实现分离

在使用sencha touch和phonegap创build的应用程序中实现Disqus时遇到问题。 由Sencha Touch Disqus开发的networking应用程序工作正常,但是当我通过phonegap构build到Android或iOS时,disqus评论不显示。 我在具有HTML属性的Sencha x-Panel中实现了脚本。

科多瓦当地通知声音不工作在ios和andorid

我已经使用https://github.com/katzer/cordova-plugin-local-notifications插件。 现在我有问题来获取我的声音文件在Android和iOS。 如果您有解决scheme,请让我知道。 window.plugin.notification.local.add({ id: '0001', date: new Date, message: 'hello', title: 'title, badge: 1, sound: 'www/resources/audio/beep.mp3', autoCancel: true, ongoing: true }); 我需要做的事情我需要改变我本地的应用程序在sencha触摸。