Users Pricing

forum

Home Forums Phonegap Build InAppBrowser – MindStick

Phonegap Build InAppBrowser

marcel ethan 4096 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.

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md