问题标签 [childbrowser]
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 - 在 Android 上使用 Phonegap ChildBrowser 插件在 App PDF 中查看
我已经安装了 childbrowser 插件并在我的 Phonegap 应用程序上工作。适用于网站,但我想查看已存储在我的资产文件中的 PDF。
我拥有的pdf链接目前是
但是当我这样做时,它会尝试导航到
如何更改链接以查看预打包的 PDF?
iphone - Childbrowser with Cordova 1.7 iPhone issue
Can any expert here please point me to some valid walkthrough on how to make the ChildBrowser work with Cordova 1.7 in iPhone? I have found lots of documents and blogs out there that tell you how to do it, but none of them have worked for me. It is not a whitelist issue for sure, as for the time being I have set it to the wildcard *, so whitelisting problems can be safely ruled out I guess. In some cases, ChildBrowser was successfully installed, but when I called the showwebpage
function, it just would not show up (there wouldn't be any errors either!). Other times, it just won't even install. I have already spent 2 days on it, and am still clueless. Just hoping if you could help me out. Any help would be appreciated.
I could finally get the ChildBrowser to open up following what Dhawal has suggested below. But the onLocationChange
event never seems to fire. Again, this seems to be a common problem with Cordova 1.7. Any workarounds apart from rolling back to some older Cordova version? Any help would be appreciated.
Here's what I am trying to do:
Ok, got it to work. Seems like ChildBrowser is still compatible with older versions of Cordova only. Had to delve into Objective-C and make changes in the plugin to make it work.
ios - 在没有 Childbrowser 插件的 iOS 中使用 Phonegap Cordova 打开外部链接
我可以在没有 Childbrowser 插件的情况下在 iOS 中使用 Phonegap Cordova (1.8.1) 打开外部链接吗?
大多数讨论这个话题的教程都已经过时了。
有什么解决办法吗?
谢谢。
html - 带有服务器链接的 Phonegap 应用程序无法加载 Childbrowser 插件
我有一个基于 PhoneGap 的应用程序。该应用程序仅包含一个 index.html 文件,其中包含依赖 PhoneGap 的 js 和插件文件文件,并且工作正常。在 index.html 文件中,我使用 window.location 从服务器加载 url。我想使用 window.location 从应用程序中包含的服务器 html 文件中调用 childbrowser 插件。这意味着从服务器加载的 html 文件具有将在子浏览器中加载的锚链接。我尝试将 childbrowser 插件包含到应用程序中并从服务器 js 调用事件,但它不起作用。任何想法。请帮忙
android - Phonegap Android:如何在 ChildBrowser 退出回调上关闭基础应用程序
我创建了一个 Phonegap Android 应用程序,它显示一个欢迎页面,然后打开一个 ChildBrowser 窗口。当用户单击 ChildBrowser 的“退出”按钮时,我希望我的应用程序关闭。我将onClose
事件绑定到一个函数,但它在加载后立即调用该函数,因此我无法看到 ChildBrowser 窗口。它在此之前退出。下面是我的代码:
ios - PhoneGap/Cordova:childBrowser 插件提供奇怪的 URL (iOS)
我很难让 childBrowser 插件工作
目前,当我单击我的链接时,它在我的 iOS 模拟器上什么也不做,当我使用浏览器单击它时,我收到一个网页未找到错误,网址看起来像:
我真的很想知道发生了什么以及导致这种情况的原因,任何建议都将不胜感激。
我的代码是:
cordova - 带有 Android 的 PhoneGap ChildBrowser 插件 - 通过视图转换保持触摸
我对 Android 的 PhoneGap ChildBrowser 插件(也使用 Telerik 的 Kendo UI 框架)有一个非常奇怪的问题。如果项目中包含 ChildBrowser 插件,则任何持续时间超过一秒的触摸都会通过转换到下一个视图来保持。因此,如果我在第 1 页上触摸一个按钮,则在第 2 页上保持和执行相同的触摸(然后将在第 2 页上启动与该触摸位置相对应的任何操作)。
如果我删除 ChildBrowser 它工作正常。这发生在使用插件的视图和不使用插件的视图上。有任何想法吗?
ios - Cordova/PhoneGap:childBrowser UI 图像低分辨率/大块(iOS)
我刚刚在 iOS 的 Cordova(PhoneGap) 上安装了 childBrowser 插件,它工作正常,但是用于插件导航的图像显示为大分辨率或低分辨率(在 iPhone 3gs、4 和 iPad 2 上)。
想知道是否有人知道纠正此问题的方法?
谢谢!
database - 是否可以用数据库变量替换子浏览器 url?
是否可以用数据库变量替换子浏览器中的 url?数据库变量是数据库中的 url。例如,在下面的代码中 res[i].showlink 是一个数据库变量,它是一个 url。如果我用http://www.google.com替换数据库变量,子浏览器可以完美运行。我也知道我的数据库调用使用“res [i] .showlink”正确地提取了url。但是,当我输入数据库变量时,子浏览器显示一个空白屏幕并读取为正在加载。我正在使用 Xcode 中的 phonegap。
如果我删除 res[i].showlink 周围的引号,那么当我单击链接时不会发生任何事情。如果我重新加上引号,子浏览器就会加载,就好像它可以工作一样,但浏览器保持空白。子浏览器似乎确实能够确定来自数据库的 url 链接是不同的。如果链接是谷歌,则子浏览器将显示一个空白屏幕,加载栏将输出“about:blank”。如果 url 链接指向 pdf 文件,则子浏览器也将为空白,但加载栏实际上会输出“正在加载”。诡异的。
这是当我单击 res[i].showlink 上带有引号的链接时 Xcode 输出控制台显示的内容。
2012-07-09 08:01:25.549 MyAppTest[13067:13403] 视图加载
2012-07-09 08:01:25.551 MyAppTest[13067:13403] 打开网址:res[i].showlink
如果引号不在 res[i].showlink 周围,则输出控制台不显示任何内容
任何帮助将不胜感激!谢谢
cordova - 不要使用 Phonegap 1.9.0 的插件 ChildBrowser
不要使用Phonegap 1.9.0(使用android版本)的插件ChildBrowser(https://github.com/phonegap/phonegap-plugins/tree/master/Android/ChildBrowser)。ChildBrowser.java 中有一些错误。javascript 写道 window.plugins 已弃用。
有人有什么想法吗?谢谢。