You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2015/09/16 00:57:45 UTC

[jira] [Created] (CB-9666) InAppBrowser should have a 'loadURI' method so an instance can be reused.

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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org