I'm reading the Lollipop API notes and the following seem like possibilities:
- Add new entries to config.xml to selectively enable setMixedContentMode() and setAcceptThirdPartyCookies() when desired for backward compatibility (off by default). http://developer.android.com/about/versions/android-5.0.html#Behaviors - Add implementation for onPermissionRequest(PermissionRequest) and onPermissionRequestCanceled(PermissionRequest). But this should be handled by the developer in AndroidManifest.xml, so maybe not. http://developer.android.com/about/versions/android-5.0.html#UI - Add implementation for onShowFileChooser() to the WebviewChromeClient. File input in html forms is finally fixed? http://developer.android.com/about/versions/android-5.0.html#UI - Use some of the new Storage Access Framework APIs. http://developer.android.com/about/versions/android-5.0.html#Storage Thoughts?