forum

Home / DeveloperSection / Forums / Phonegap Build InAppBrowser

Phonegap Build InAppBrowser

marcel ethan 3683 03-Jun-2013
Hi Everyone!

It is necessary to add any specific setting in config.xml to have inAppBrowser working with phonegap build?

I'm just adding:

var ref = window.open(url, '_blank');

or

var ref = window.open(url, 'blank');

but it doesn't work.

My config xml:

<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "com.phonegap.myapp">
    <name>My app</name>
    <description>test</description>
    <preference name="phonegap-version" value="2.7.0" />
    <access origin="*" />
    <preference name="fullscreen" value="false" />
</widget>

Thanks in advance for your positive response.

Updated on 03-Jun-2013

Can you answer this question?


Answer

1 Answers

Liked By