Jesse MacFadyen created CB-9666:
-----------------------------------
Summary: InAppBrowser should have a 'loadURI' method so an
instance can be reused.
Key: CB-9666
URL: https://issues.apache.org/jira/browse/CB-9666
Project: Apache Cordova
Issue Type: Improvement
Components: Plugin InAppBrowser
Reporter: Jesse MacFadyen
Should be able to do this:
{code}
var ref = cordova.InAppBrowser.open('http://apache.org', '_blank',
'location=yes');
/ and later
ref.loadURI('http://cordova.apache.org');
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]