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

Using Selenium WebDriver with Java

My web application is a banking application. After entering application URL in IE browser, it checks for browser configuration/resolution in that browser and immediately opens another browser which has the actual application without any Address Bar.…
rajesh k
  • 15
  • 5
0
votes
1 answer

Phonegap childbrowser is invalidating the mobilefirst 7.1 session

I am working on mobilefirst 7.1 project which is upgraded from worklight 6.1. We are using childbrowser for showing some pages and for payment. I found a critical issue that whenever I do payment through child-browser and close the child-browser,…
John
  • 19
  • 4
0
votes
2 answers

Load any website in PhoneGap app with custom toolbar, Android

Here is the part of my mobile app I can't make work. The idea is that when user taps on a particular element (say a link), I need an external url to be loaded and displayed on the screen with specific bars on top and bottom. And a user should be…
Denis
  • 61
  • 7
0
votes
0 answers

Prevent iOS webview from going BACK under status bar

I have a phonegap/cordova app and when I call the ChildBrowser from the app, exit the childbrowser, and go back to app, the webview goes under status bar. There are a million answers as to how to prevent webview (in iOS7 and later) from going…
2MB
  • 1
  • 2
0
votes
1 answer

Installing ChildBrowser 5.0.0

I'm just wondering how to install ChildBrowser on PhoneGap 3.3.0 (Build)... ChildBrowser was updated last week to support the latest PhoneGap but I don't know how to install it. I previously had it working with PhoneGap 2.3.0 but I'm starting fresh…
tylerl
  • 1,160
  • 1
  • 19
  • 41
0
votes
2 answers

How can I get url from java script ad line?

I have one div when I click that div I want to open a child browser.I have the code for child browser but when I click the div it executes the javascript line and I didn't get any url from there. Please check my code Div code
Bangalore
  • 1,572
  • 4
  • 20
  • 50
0
votes
1 answer

Phonegap/Cordova 2.9 iOS In-App Browser not opening when Google Admob plugins are included

I'm developing a phonegap/cordova 2.9 iOS App with jQuerymobile which some links need to open a url with InAppBrowser. Also I've integrated Google Admob. Navigation is basic single page template with some different html pages. When App is loaded, if…
0
votes
2 answers

ChildBrowser Plugin Not working on Phonegap 2.9

I've upgraded the plugin to latest commits from GitHub Just still not able to include it in the project
Just two questions
How to add it to config.xml correctly (if below is correct) >
Ecko123
  • 308
  • 1
  • 4
  • 16
0
votes
1 answer

PhoneGap Build ChildBrowser plugin issue on iPad - Reopens after close

I am using PhoneGap Build version 2.9.0, with official PG plugin ChildBrowser (v4.2.1). Background: I'm using ChildBrowser for OAuth purposes - authenticating to a 3rd party application. Basically, once the user authenticates I detect a specific…
dotNetkow
  • 5,053
  • 4
  • 35
  • 50
0
votes
0 answers

App becomes unresponsive when opening link in child browser

When I try to open a website in a child browser the link opens fine but the app become unresponsive. It is an Android PhoneGap application and the link I want to open has a lot of content as it is a blog. I have tried clearing the cache from WebView…
Vikas Panwar
  • 399
  • 1
  • 3
  • 14
0
votes
0 answers

Android Application slows down when opening web url in phonegap's child browser

I am developing an Android phone-gap application , when i open a web url in child browser the application becomes unresponsive.is there any cache issue or anything else please help.
Vikas Panwar
  • 399
  • 1
  • 3
  • 14
0
votes
3 answers

Child browser is not showing content of pdf in browser in android phonegap

I have been working on pdf reader in android phonegap since two days..I am new to the phonegap..child browser plugin is working but the pdf file link is appearing in the browser with a blank page.I have added plugins and phonegap with a version of…
0
votes
1 answer

Open many instances of child Browser in Phonegap

I'm checking on the possibilities of creating a browser app using phonegap. To launch a new window, I used the Child Browser plugin. Is it possible to open many instances of a child browser like how we can open many windows in our default mobile…
0
votes
0 answers

Cordova/Phonegap Error (ChildBrowser)

I was debugging my Phonegap application and I got an error in my js. You can see the error here. I don't know why it's being executed as undefined Thank you in advance!
0
votes
1 answer

addEventListener not supported for childBrowser on BlackBerry 10 in Phonegap app

I am having trouble figuring out why addEventListener is not supported on phonegap 2.7 for BB10 app. Without this event, I am unable to use the loadstart and loadstop events to complete twitter/facebook oauth. I can see that the event handler is…
M Azam
  • 518
  • 1
  • 7
  • 28