问题标签 [phonegap-plugins]
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.
ios - Phonegap IOS插件
我需要一个 phonegap 插件,它可以查看带有 GPS 坐标和视频顶部的图标的视频。有点像AR。因此,当您转身和四处移动时,一旦您朝它的方向看,您就会通过 GPS 坐标。
这可能吗?
xcode4 - childbrowser 没有打开页面
我在 xcode4 中使用 PhoneGap 1.1.0。当我在带有“http://google.com”的html文件正文中添加一个使用锚标记的链接时,它打开了,但是当我试图从子浏览器中的javascript打开一个页面时,它只显示一个空白页面(关于:空白的)。
这条线对我不起作用 window.plugins.childBrowser.showWebPage("http://www.google.com");
我已经添加了所有的外部链接,项目中没有任何警告。
谢谢,瑞金
ios - 将 FastPdfKit 与 PhoneGap 应用程序集成
我想将 FastPdfKit 阅读器集成到我的 PhoneGap 应用程序中。也就是说,PDF 阅读器应该在 PhoneGap 应用程序中打开,以便应用程序相关的导航仍然可见。
我从哪里开始最好?您是否知道任何公开可用的代码,这些代码提供了如何实现这一目标的示例?
android - 使用 Web SQL 数据库在 Phonegap 应用程序中存储大量数据的替代方案?
问题陈述 :-
1)该应用程序是在Phonegap中开发的,以支持多种设备(Android,iOS等)
2)由于数据量大,目前使用Web SQL数据库
3)在不久的将来,应用程序将不得不接收更新的数据并更新其数据库
对于上述应用程序,请建议我另一种存储 Web SQL 数据库的方法。
据我所知,可以在服务器端建立一个 Web 服务,并且可以使用 JSON 来获取和更新当前的 SQL 数据库。(在我的生活中没有使用过 JSON,如果我错了,请纠正我)。
(或者)
为 phonegap 编写一个插件,以使用一些本地调用将数据存储在设备中。(这里的知识也有限)。但它会在基于 Android 和基于 iOS 的多种设备上运行吗?
(或者)
有人可以建议我如何在不使用与 html5 相关的东西的情况下实现这一目标,以便即使在普通的不支持 html5 的浏览器上也可以浏览 phonegap 的网络源?
android - Problems with PhoneGap with Facebook Connect integration
I am trying to use the new PhoneGap Facebook Connect plugin, which is supposed to work with just a few lines of code. https://github.com/davejohnson/phonegap-plugin-facebook-connect
PhoneGap v1.2.0
In Eclipse, I have built the sample project included with the plugin and have added my app_id and app_secret and put all files where necessary. It seems like I have done everything right, but the buttons do the following:
- Login: Alerts "not logged in" (even though I am logged in to Facebook both through the app and the browser)
- Me: Alerts "An active access token mst be used to query information about the current user. Type: OAuthException
- Get Session: Alerts "undefined"
- Get Login: Loads a facebook page in the browser which says "an error occurred. Please try again later"
- Logout: Alerts "auth.statusChange event"
What have I done wrong? I have a killer app waiting to be released which is dependent on this Facebook integration and I'm anxious to release it!
android - android phonegap 应用程序
任何人都可以帮助我了解如何获取 android 设备的唯一设备 ID 或序列号。我有用于获取 android 设备的设备 id 的代码,但我想要电话间隙框架中的代码意味着使用 jquery 或 javascript 获取 id。
iphone - PGPlugin 类 PGBatteryLevelPlugin (pluginName: com.phonegap.battery) 不存在?
大家好,我正在尝试 phonegap 的事件章节,当我查找电池问题时,它会将日志显示为
2011-11-22 11:30:17.964 Event[644:207] ERROR: Plugin 'com.phonegap.battery' not found, or is not a PGPlugin. Check your plugin mapping in PhoneGap.plist.
当我com.phonegap.battery
将 plist 中的值映射到值时PGBatteryLevelPlugin
,日志为
2011-11-22 11:18:03.152 Event[552:207] PGPlugin class PGBatteryLevelPlugin (pluginName: com.phonegap.battery) does not exist.
2011-11-22 11:18:03.152 Event[552:207] ERROR: Plugin 'com.phonegap.battery' not found, or is not a PGPlugin. Check your plugin mapping in PhoneGap.plist.
知道该怎么做吗?我已经下载了phonegap的插件,但找不到电池插件。
ios - 暂停事件在 PhoneGap iPhone 中无法正常工作?
这是我的代码
当我按下主页按钮时,控制台中没有日志但是当我单击应用程序(使其在前台)时,我的日志是
我不知道为什么在前台调用暂停函数。
有什么我做错了吗?
android - 通过 phonegap videoplayer-plugin 从 res/raw 文件夹播放 mp4 视频
我正在尝试使用 phonegap 播放原始文件夹中的视频。我稍微修改了原始插件。这是代码:
该视频位于原始文件夹中,名为 test.mp4。代码不起作用。
我认为视频的网址不正确?我会很高兴得到任何帮助。
cordova - Phonegap:带有背景图像的相机视图
我正在使用带有 Sencha Touch 的 Phonegap 来获得相机功能。但是,我希望将具有透明背景的图片覆盖在实时相机视图上,而不是默认的相机视图。类似于下面的示例,其中恐龙图像已覆盖在相机视图图像上。
你能告诉我这个功能是否可以通过Phonegap或其他方式实现?