cordova-plugin-themeablebrowser icon indicating copy to clipboard operation
cordova-plugin-themeablebrowser copied to clipboard

all setAcceptThirdPartyCookies set-cookie

Open terribleness opened this issue 7 years ago • 0 comments

//allow setAcceptThirdPartyCookies in android5.0+,such as set-cookie in response headers //should add in ThemeableBrowser.java at line 803 // Enable Thirdparty Cookies on >=Android 5.0 device if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.LOLLIPOP) { CookieManager.getInstance().setAcceptThirdPartyCookies(inAppWebView,true); }

terribleness avatar Mar 14 '18 07:03 terribleness