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
2 answers

Phonegap: BarcodeScanner & Childbrowser plugins

I'm facing a problem using this 2 PhoneGap plugins: "BarcodeScanner" & "ChildBrowser" (inside an iOS app, with XCode 4 & PhoneGap 2.0). I've a button "Scan" on my app UI. When the user clic on this button, the barcode scanner is launched. So, in…
Banov
  • 287
  • 3
  • 15
0
votes
1 answer

How to redirect in ChildBrowser to a new URL within PhoneGap

I would like to redirect the user to another page when a user went to a third-party website for authentication. I'm using childbrowser to open a webpage within the app context.
don ali
  • 157
  • 2
  • 16
0
votes
1 answer

Cordova/PhoneGap: childBrowser UI images low res/chunky (iOS)

I just installed the childBrowser plugin on Cordova(PhoneGap) for iOS and it works fine, however the images used for the navigation of the plugin are appearing either to large or low res (on both iPhone 3gs, 4, and iPad 2). Was wondering if anyone…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
1 answer

Phonegap app with server links couldn't load Childbrowser plugin

I have an app build upon PhoneGap. The app contains only one index.html file that contains PhoneGap dependant js and plug-in files files and its working fine. In the index.html file, am using window.location to load an url from server. I want to…
Ansad
  • 61
  • 2
0
votes
2 answers

Open External Link with Phonegap Cordova in iOS without Childbrowser Plugin

Can I open external links with Phonegap Cordova (1.8.1) in iOS without the Childbrowser plugin? Most of the tutorials that talk about this topic are outdated. Any solution? Thanks.
user1477576
  • 1
  • 1
  • 3
0
votes
1 answer

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…
avikbagh
  • 43
  • 1
  • 7
0
votes
1 answer

The onLocationChange method for the ChildBrowser is not getting called

I am using the Facebook plugin for phonegap. There I am using the ChildBrowser to open an external url when the login is successful.The web page specified opens fine when I call the openExternal but the onLocationChange is not getting called. It…
namrathu1
  • 347
  • 1
  • 7
  • 24
0
votes
2 answers

'400 Bad request' - Google not redirecting back correctly after Authentication using DotNetOpenAuth and PhoneGap ChildBrowser plugin

I'm working on a simple implementation of THIS DotNetOpenAuth tutorial. On a regular browser such as Chrome, Firefox and IE it works fine. But when I call this "google_login.aspx" page from the PhoneGap childBrowser plugin It fails. Failure…
capdragon
  • 14,565
  • 24
  • 107
  • 153
0
votes
1 answer

Cordovas's ChildBrowser in IOS doesn't display the "open in" extras when viewing PDF file

The ChildBrowser PhoneGap plugin uses a WebView on top of our main application in order to display external urls. There are numerous posts about showing a local PDF file through ChildBrowser. Therefore I am able to view local PDF files through…
10s
  • 1,699
  • 1
  • 12
  • 14
0
votes
1 answer

PhoneGap, Childbrowser, and posting to Facebook

I have a PhoneGap wrapped website and am trying to use the childbrowser plugin to allow someone to share a link on Facebook. After the link posts I would like to close the childbrowser window to return to the app. cb.onLocationChange = function(loc)…
0
votes
1 answer

Show header/title in ChildBrowser, Phonegap/Android

I am using ChildBrowser, which works fine to display external web pages within my PhoneGap application. My problem is that I am not able to add title/header in child web pages. Any suggestions? What i tried so far Instead of…
san
  • 33
  • 1
  • 8
0
votes
1 answer

Phonegap Hide Childbrowser window plugin

I would like to send a URL to the Childbrowser window. But keep it hidden off the page all together, what changes would I need to make to have that happen ?
Adam Ware
  • 1,202
  • 11
  • 17
0
votes
1 answer

Cordova 1.7.0 + childbrowser (Android)

Im getting this error. ReferenceError: Can't find variable: cordova at file:///android_asset/www/childbrowser.js:87 I have done all of this: To install the plugin, move www/childbrowser.js to your project's www folder and include a reference to it…
eifersucht
  • 661
  • 8
  • 26
-1
votes
1 answer

Pdf file url's are not working in phonegap

Am using window.open(url, '_blank', 'location=no') to open external web page, wherein that web page contains pdf file links. The problem am facing is these pdf links are not working within that browser. If I use window.open(url, '_blank',…
Suresh M
  • 59
  • 5
-1
votes
1 answer

Phonegap plugin twitter: Invalid oauth_verifier parameter

I am using Phonegap Twitter + childbrowser. It is working well on android but is giving me issues on iOS. I am receiving issue for "Invalid oauth_verifier parameter" by using this oauth library and facing this issue when calling…
Noman
  • 249
  • 3
  • 14
1 2 3 4 5 6 7
8