Marcel Kinard created CB-7681:
---------------------------------
Summary: [Android] allow deferral of activation of webview
preferences
Key: CB-7681
URL: https://issues.apache.org/jira/browse/CB-7681
Project: Apache Cordova
Issue Type: New Feature
Components: Android
Reporter: Marcel Kinard
Priority: Minor
There was an attempt to enable programatic setting of webview preferences by
deferring the activation of the preferences until after onCreate(), but it
caused some API breakages (see CB-7674) so that function was reverted. If the
desire is still there to do that, another option would be to use an optional
parameter for the onCreate() method. As an example illustration, see
https://github.com/cmarcelk/cordova-android/blob/init/framework/src/org/apache/cordova/CordovaActivity.java#L201
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)