We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(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" );
Requires the ChildBrowser plugin to be installed for the given platform for PhoneGap < 2.3
0.1 Introduced
0.3 Docs Valid