问题标签 [webintents]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 使用 PhoneGap 2.4 的 WebIntent 错误。参考错误:未定义WebIntent?
我正在尝试在我的 phonegap 应用程序中打开 pdf 和 ppt 文件。我正在使用 phonegap 2.4 和最新版本的 WebIntent 插件。我按照 Webintent上的说明做了
但我仍然收到此错误:
参考错误:未定义 WebIntent
这是我的 html 头部分的一部分:
这是我的 config.xml 文件的一部分
这是我使用插件的代码的js部分
其中 filePath 类似于“file:///mnt/sdcard/file.pdf”
请有人告诉我我做错了什么。PS:我对phonegap和eclipse很陌生。
html - Embedding a Twitter web intent "tweet box" in a page
Having Googled myself dry I'm going to try here, although it may be impossible.
I simply want to embed a tweet box in one of my web pages, using the web intent API which provides the content in page: https://twitter.com/intent/tweet.
The trouble is, using this url within an iFrame results in it not working, presumably because this functionality has been disabled by the Twitterati. It does say the web intents API is intended to be a popup but is there a way around this or am I forced to go with a link that produces a popup window?
android - Android - PhoneGap 视频播放器插件
我尝试编写一个小应用程序来播放视频流。我在https://gist.github.com/macdonst/1507162PhoneGap
找到了一个插件。我试过了,但它对我不起作用。
有没有人有一个示例 Eclipse 项目要发送给我?
非常感谢 !
对不起我的英语不好,我是法国人!
或者我的问题的另一种方式可能是如何从我的 html 页面调用活动?我已经测试过了:
它工作正常!当然,当我启动应用程序时,它会启动具有良好视频链接的 MXPlayer。那么如何从 html 页面调用 MxPlayer 呢?
android - 如何使用 tech.sarathdr 的手机间隙 android 插件实现 Facebook?
我用这个插件来实现fb、sms和e-mail。我用的是cordova2.1.0
这三个都没有工作。所以我正在做出改变。现在,短信和电子邮件正在工作。
爪哇代码
Javascript代码
html-调用函数
我的疑问 - facebook 没有连接的原因是什么。
firefox-os - 从 FirefoxOS 应用程序发送包含内容的电子邮件
我正在尝试从 FirefoxOS 应用程序发送电子邮件以共享由它生成的内容。
目前我正在使用:
但我找不到任何方法可以在这封电子邮件中附加或附加内容
javascript - 如何使用Phonegap和webIntent AND fileApi下载apk并保存在移动内存而不是SD卡中
谁能指出我正确的方向来完成这样的任务我想从 URL 下载 apk,如果有新版本可用,那么它将从该 url 下载 apk,下载后必须将文件保存在移动内存中,而不是使用 cordova 2.7 的 SDCard im .0
cordova - Phonegap 3.0,Android - 在调用 WebIntent 插件时,出现 Class not found 异常
我正在使用 Phonegap 3.0。我已包含在 config.xml 中:gap:plugin name="com.borismus.webintent
并在 index.html 脚本类型="text/javascript" src="webintent.js"
我收到错误 - 在 Android 中运行时出现“邮件表单:通过 Android 意图发送邮件失败:找不到类”
下面是代码:
);
请帮忙
twitter - 当 URL 中存在哈希时,不会在所有版本的 Internet Explorer 中触发 twitter 网络意图回调
在所有版本的 IE 中,当 url 包含哈希时,tweet 或 follow 的 web 意图不会触发。这是一个例子:
这失败了:
http://clientqa.rtm.com/impossiblycomfortable/test.html#abc
这有效:
javascript - Twitter Web Intent 关闭回调?
当用户单击 twitter 分享按钮时,会在已经变灰的背景(使用覆盖)上显示一个 Web 意图窗口。我很好奇是否有来自 twitter 网络意图窗口的回调以了解窗口何时关闭或提交推文,以便在用户完成 twitter 意图窗口后我可以淡出灰色窗口。任何帮助,将不胜感激。