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
1
vote
1 answer

How to change URL (location) in Cordova ChildBrowser plugin?

My application should change page displayed in ChildBrowser plugin based on incoming notification. Everything works fine, but I can't figure how to programmatically change location in ChildBrowser – e.g. something like…
krtek
  • 1,055
  • 1
  • 13
  • 28
1
vote
2 answers

Childbrowser plugin with Phonegap Build - bug or inconsistency?

I'm trying to use the Childbrowser plugin in Phonegap Build. I have a few problems: For iOS, I can only get it to work using PG2.0. Switching to PG2.1 makes it defunct. For Android, the same code that worked for iOS and PG2.0 does not work at…
Per Quested Aronsson
  • 11,380
  • 8
  • 54
  • 76
1
vote
1 answer

filepicker.io with phone gap on IOS

I am trying to integrate filepicker.io with my Phonegap 2.2.0 project on iOS6 for iPad. In the docs on filepicker.io they say, just get childbrowser running and you are set. ( https://github.com/Filepicker/filepicker-phonegap ) Well, I got child…
1
vote
3 answers

Open local pdf file with Child Browser - Cordova on iOS

I've been reading around but I didn't get to a solution yet. I'm downloading a pdf file with FileTransfer successfully. It is placed in a folder called Documents and the location looks like this: /Users/myusername/Library/Application Support/iPhone…
NickOpris
  • 509
  • 2
  • 8
  • 20
1
vote
1 answer

ChildBrowser resizes Main view

I have a Cordova 2.1.0 project with the ChildBrowser plugin in it. Now when I close the ChildBrowser my keyboard and select menu are under the screen and are only showing the next / previous / done buttons. does anyone knows how to fix this issue? I…
John In't Hout
  • 304
  • 1
  • 10
1
vote
3 answers

Cannot get ChildBrowser working on Cordova 2.0.0: Cannot read property 'childBrowser' of undefined

I'm done extensive search online and followed tutorials but I still got Cannot read property 'childBrowser' of undefined. Here are my steps: download childbrowser.js and included after cordova-2.0.0.js in index.html download ChildBroswer.java and…
Yang
  • 6,682
  • 20
  • 64
  • 96
1
vote
0 answers

Facebook Login with PhoneGap and ChildBrowser doesn't return

I am trying to perform a Facebook Login using the ChildBrowser PhoneGap plugin. Unfortunately, my code doesn't quite work. It gets to the alert("Found redirect location"); (and actually runs this alert ~8x for some reason...), but fails to return…
Garrett
  • 11,451
  • 19
  • 85
  • 126
1
vote
2 answers

How to use childBrowser for phonegap app

I need to display a webpage in my phonegap app and be able to apply a neww css file that will override the display - or maybe there is a different way to do it without css? I know that this has to be possible because if I open the webpage on my…
NeoDroid
  • 11
  • 2
1
vote
0 answers

'invokeString' is Deprecated Phonegap/Cordova 2.1.0 Xcode 4.5

Possible Duplicate: cordova/phonegap 2.0 iOS I have just upgraded to Phonegap 2.1.0 and Xcode 4.5 and I am getting warning messages stating that 'invokeString' is deprecated in the MainViewController.m. I know that I need to use the…
stat8
  • 689
  • 1
  • 6
  • 10
1
vote
1 answer

ChildBrowser not showing webpage in cordova 2.0/phonegap 1.9

hi im trying to use childbrowser to login in facebook and get response back to the application in cordova 2.0. i Install and configure successfully with no error. and console also shows me message like : "Opening Url ** " but browser wont appear. so…
Milan Mendpara
  • 3,091
  • 4
  • 40
  • 60
1
vote
1 answer

twitter not open on phonegap android childbrowser

I am creating a app in which i required to open a twiiter feed page. I used a chilbrowser plugin with cordova cordova-1.7.0.js Link which i use on childbrowser to open is twitter feed link. https://mobile.twitter.com/pixtv I tried different link in…
1
vote
1 answer

How can put the ChildBrowser plugin into a panel in Sencha Touch 2?

I want to put ChildBrowser into a panel in a Sencha Touch 2 webpage. The first time I used an iframe, but the dimensions were very strange. Now I want to put the Childbrowser plugin into a panel, but I don't know how to do it. Any ideas please?
bob sunesson
  • 43
  • 2
  • 4
1
vote
1 answer

Admob in PhoneGap + ChildBrowser (without any other plugin)?

I would like to ask, is possible to use AdMob (or other) service without plugins for concrete OS? I want just add some Javascript in my code and open adds link directly via ChildBrowser plugin, is it possible and is any helpful tutorial? Many thanks
redrom
  • 11,502
  • 31
  • 157
  • 264
1
vote
0 answers

Cordova (Phonegap) ChildBrowser crashes when closing in landscape

I use Cordova 1.9.0 and the latest iOS ChildBrowser plugin. In the ChildBrowserViewController.m file I have set row 157 to return YES to be able to autorotate the ChildBrowser, and this works well -- as it should. Having the app itself only working…
Claes Gustavsson
  • 5,509
  • 11
  • 50
  • 86
1
vote
1 answer

PhoneGap Android ChildBrowser plugin and YouTube - can't play any videos

We are using PhoneGap/Cordova 1.8.1 (Android) with the latest version of the ChildBrowser plugin. When we bring up a link to youtube in the ChildBrowser, we generally cannot play any videos. Here is our testing so far: Android 2 (old Droid 1):…
Rob Lauer
  • 3,075
  • 1
  • 32
  • 44