Skip to content
kerrishotts edited this page Apr 1, 2013 · 2 revisions

(part of PKUTIL)

Return Type: void

Parameters: theURL ( string )

Attempts to open the URL in a popover window. If Phonegap is < 2.3, ChildBrowser will be used; if PhoneGap is >= 2.3, In-App Browser will be used.

For example:

PKUTIL.showURL ( "http://www.example.com" );

Note

Requires the ChildBrowser plugin to be installed for the given platform for PhoneGap < 2.3

Version

0.1 Introduced

0.3 Docs Valid

Clone this wiki locally