CB-7424 - Wrong docs: anchor tags are not supported by the InAppBrowser

This commit is contained in:
Shazron Abdullah 2014-08-29 14:03:25 -07:00
parent 5fc1beed0d
commit faf37db5da

View File

@ -19,7 +19,7 @@
# org.apache.cordova.inappbrowser
This plugin provides a web browser view that displays when calling `window.open()`, or when opening a link formed as `<a target="_blank">`.
This plugin provides a web browser view that displays when calling `window.open()`.
var ref = window.open('http://apache.org', '_blank', 'location=yes');