我正在尝试以工作为例来检查这个插件是如何工作的,这是我遵循的步骤:
phonegap create test
cd test
phonegap local plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git
phonegap prepare
然后我将以下标记添加到index.html以创建一个简单的共享按钮:
<button onclick="window.plugins.socialsharing.share('Message only')">message only</button>
然后这行到config.xml
<plugin name="nl.x-services.plugins.socialsharing" />
我用
运行服务器phonegap serve
使用Android Developer App测试应用程序,但是当屏幕加载并按下“仅消息按钮”时,没有任何反应,我错过了什么?我在Android设备上测试
由于