Cortel Cosmin
Posts: 0
Joined: Sat Jan 05, 2013 3:22 pm

childBrowser not running

Hi,

I tried to open a webview inside the app page using this cod but was not running:
var childBrowser = ChildBrowser.install();
window.plugins.childBrowser.showWebPage('http://m.facebook.com');
I have tried this on a android based mobile samsung galaxy s3.
Do you have any ideea why this is not running ...
Any other option for opening facebook site - because iframe for facebook is not running?

bst rgds
c.c.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

childBrowser not running

Did you install the app on the device or testing in the browser?

Cortel Cosmin
Posts: 0
Joined: Sat Jan 05, 2013 3:22 pm

childBrowser not running

I have used tiggzi tester on my android mobile.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

childBrowser not running

Does it work if you install he app directly on the phone?

Cortel Cosmin
Posts: 0
Joined: Sat Jan 05, 2013 3:22 pm

childBrowser not running

Not. I tried and is showing a blank page.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

childBrowser not running

Try this:

code
window.plugins.childBrowser.showWebPage('http://m.facebook.com');
/code

You don't need the first line in the latest plug-in version.

Cortel Cosmin
Posts: 0
Joined: Sat Jan 05, 2013 3:22 pm

childBrowser not running

I tried now with code:
window.plugins.childBrowser.showWebPage('http://m.facebook.com');

and is not running. Is showing a blank page.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

childBrowser not running

Cortel Cosmin
Posts: 0
Joined: Sat Jan 05, 2013 3:22 pm

childBrowser not running

I tried with:
http://google.com
istead of m.facebook.com and i get the same result- blank page.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

childBrowser not running

Can you post a screen shot of what you get?

Return to “Issues”