AppBrowser.java
: New code within shouldOverrideUrlLoading()
to check for whitelisting custom schemes via a new AllowedSchemes
preference configuration item. Allows custom schemes like mycoolapp://
or wevotetwitterscheme://
InAppBrowser.java
: New method isURLWhileListed
to check for whitelisting of AllowedSchemes
in a new preference configuration item. There is a new check in shouldOverrideUrlLoading
, to allow whitelisted custom schemes like "mycoolapp://">=Android 5.0
deviceeslint
and removed jshint
cordova.InAppBrowser.open
options
listshide
doesn't workbugs
entry to package.json
.README
package.json
to tests folderInAppBrowser
no focus on input text fieldstmpWindow
level to prevent overlapping statusbarInappbrowser
inject file manual tests are not workingplugin.xml
DefinitelyTyped
input[type=file]
File ChooserInAppBrowser
when closing with WKWebView
with
in JS samplescordova.InAppBrowser.open
(close #80)window.open
- Add new symbol/clobber to access open function (cordova.InAppBrowser.open
) - Change existing tests to use new symbol (i.e. don't rely on plugin clobber of window.open
) - Add tests to use window.open
via manual replace with new symbol - Update docs to deprecate plugin clobber of window.open
[arr JSONString]
, since it's been renamed to cdv_JSONString
81161ebe66
Android Log class
and not Cordova LOG class
location=yes
location=yes
InAppBrowser
is opened, closes the app too in addition to closing InAppBrowser
InAppBrowser
objectinappbrowser
user agent for iospackage.json
NoSuchMethodError
in InAppBrowser
pluginJSHint
for pluginsWebViewClient
classInAppBrowser
toolbar look and feel on WindowsRELEASENOTES
to be newest to oldestzIndex
issue on Windows 8, **8.188 where InAppBrowser opens behind default app.async
self usageexecuteScript
crash on Windows if no data returnedsetStatusBarStyle
to -1
causes CGContextSaveGState
.javaDoc
errors.window.open
behavior on RipplezoomControls
are always set to truecordova.InAppBrowser.open
(close #80)window.open
- Add new symbol/clobber to access open function (cordova.InAppBrowser.open
) - Change existing tests to use new symbol (i.e. don't rely on plugin clobber of window.open
) - Add tests to use window.open
via manual replace with new symbol - Update docs to deprecate plugin clobber of window.open
[arr JSONString]
, since it's been renamed to cdv_JSONString
inject*
functionsInAppBrowser
closinglocationBar
support to InAppBrowser
Windows platform versionInAppBrowser
loadstart/loadstop
events issuesInAppBrowser
injectScriptFile
for Windows 8.1 / Windows Phone 8.1InAppBrowser
local url opening bug in 8.1Alert
is not supported in InAppBrowser
on Windows platformdeviceready
in plugin docsclosebuttoncaption