Questions tagged [childbrowser]

A Phonegap plugin to load external pages

ChildBrowser is one of Phonegap's most used plugins. It enables apps to load external web pages in a separate webview, without leaving the app. Available for Android, Blackberry, WindowsPhone, iOS/iPhone.

120 questions
0
votes
1 answer

Open child browser phonegap/cordova

I want facebook/twitter functionality with my phonegap application for all device iOS, Android and Blackberry. I dont want to change its functionality for my future phonegap apps. Is it possible to code same for all devices like IOS, android and…
Anup
  • 3,283
  • 1
  • 28
  • 37
0
votes
1 answer

iscroll childbrowser maximum width

just a questition related to Apple IOS6/IPad 2/IPad Mini and an iScroll 4.2.5 within a Childbrowser which is opened through an App build in Adobe Phonegap 2.3.0: Horizontal Scroller with Images, scaled to 100% of the device height (width is…
emax
  • 11
  • 3
0
votes
1 answer

View local PDF File in ChildBrowser?

I have downloaded a PDF file to the PhoneGap LocalFileSystem and am now trying to view it in ChildBrowser. I have done so like this; function viewOffline() { var files = pathToRoot + "/Holidays.pdf"; …
Megan Sime
  • 1,257
  • 2
  • 16
  • 25
0
votes
2 answers

PhoneGap saying ChildBrowser Plugin doesn't exist

I'm developing an app for iPhone using Xcode and PhoneGap and HTML, and ChildBrowser. I'm trying to display a PDF that is being retrieved from Dropbox (the site has been added to the External Array list in Cordova.plist) but the error Plugin…
Megan Sime
  • 1,257
  • 2
  • 16
  • 25
0
votes
2 answers

childbrowser phonegap don't open window

I try this code document.addEventListener("deviceready", function(){ console.log('test'); var root = this; cb = window.plugins.childBrowser; if(cb != null) { console.log('test1'); cb.onLocationChange = function(loc){…
Ajouve
  • 9,735
  • 26
  • 90
  • 137
0
votes
1 answer

run function onclose phonegap childbrowser?

When Im opening a page in the childbrowser on page1 I want to run a function when I close it, and it works. But when I go to page2 and open another page in the childbrowser it runs the function here as well and I dont want that. So how can I run a…
Claes Gustavsson
  • 5,509
  • 11
  • 50
  • 86
0
votes
1 answer

YouTube video in an iframe continues to play after navigation - Android and Phonegap

The question is similar to YouTube video in an iframe in Webview continues to play after navigation asked on windows 8 I am creating an android app using Phonegap. I was able to show a Youtube video using Childbrowser plugin and with the help…
sjmach
  • 426
  • 6
  • 15
0
votes
1 answer

ChildBrowser crashes when targeting all HREF tags in a class

I have been using ChildBrowser happily on my code with no issues through the following function: var app = { ready: false, initialize: function() { this.bind(); }, bind: function() { …
miguel
  • 13
  • 3
0
votes
1 answer

How to active geolocalisation with childBrowser?

How can I activate the geolocalisation with childBrowser? I explain my problems. I would like to go in Doogle map web site with childBrowser to show my position. The childBrowser show Google map and other website but impossible to show my position…
Agriesean
  • 155
  • 1
  • 16
0
votes
1 answer

In android application- child browser is not working after upgrading Phonegap 2.1.0 to 2.2.0

I developed android mobile application using Android 2.2 and Phonegap 2.1.0 and i tested the application using Android 2.3.4 mobile, Application worked good. In my application i am using child browser and push notification. Later my colleague…
Viswa
  • 3,211
  • 5
  • 34
  • 65
0
votes
1 answer

Open non-whitelisted URLs in Cordova in ChildBrowser rather than main Webview

I'm trying to implement the official Twitter and Facebook share buttons in my Cordova/Phonegap app, and I'm running into major difficulties with them. Both of them attempt to load an iframe element to display their buttons, which works, but clicking…
Shawn Walton
  • 1,714
  • 2
  • 14
  • 23
0
votes
2 answers

Cordova 2.2 + ChildBrowser 3.0.4 + iOS == FAIL

I am simply trying to set up a function in my PhoneGap app that opens certain links in an external browser. The code appears to work fine on Android (and I didn't test on Windows Phone, as the plugin info claims that support isn't there, yet...),…
Jason M. Batchelor
  • 2,951
  • 16
  • 25
0
votes
1 answer

Childbrowser in Cordova 2.1.0 is not working

I am upgrading Phonegap 1.4.1 to Cordova 2.1.0. I got an error in childbrowser.java. what are the changes I need to make, so that Childbrowser works? I am getting many errors in childbrowser.java starting from the import line: import…
Viswa
  • 3,211
  • 5
  • 34
  • 65
0
votes
1 answer

Childbrowser not working with Unity and Phonegap

I am building a iPhone App that uses UNITY3D and phonegap. I have used a basic Unity3D iPhone xcode project, and added some of the native and Java code from Gregg's Native UI to Unity project. I then added the files (class files and www folder,…
0
votes
0 answers

Android - PhoneGap 2.0.0 - ChildBrowser - Object # has no method 'exec'

I am developing an android app using phonegap/cordova 2.0.0. As of right now, I have a website hosted on my server and my android app is just being used as a wrapper webView. Here's the code in my java file. @Override public void onCreate(Bundle…
Hengh
  • 1
  • 1