You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2012/09/20 17:42:29 UTC

[Cordova Wiki] Update of "InAppBrowser" by SimonMacDonald

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "InAppBrowser" page has been changed by SimonMacDonald:
http://wiki.apache.org/cordova/InAppBrowser?action=diff&rev1=3&rev2=4

  
  https://github.com/phonegap/phonegap-plugins
  
+ == Comment ==
+ 
+ Maybe we should make the method...
+ 
+ {{{ window.open(url, name, options); }}}
+ 
+ That way it would map directly to the current window.open command in JS. Not sure if having the name provides any other benefit than consistency.
+ 
+ Also, as part of the options can we add "location=0|1"? To control whether or not the location bar should be shown?
+