CB-7424 - Wrong docs: anchor tags are not supported by the InAppBrowser
This commit is contained in:
parent
5fc1beed0d
commit
faf37db5da
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
# org.apache.cordova.inappbrowser
|
# 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');
|
var ref = window.open('http://apache.org', '_blank', 'location=yes');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user