[
https://issues.apache.org/jira/browse/CB-7681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Kinard updated CB-7681:
------------------------------
Description:
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
dev list discussion: http://markmail.org/message/dlvehaftulbuq5s6
was: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
> [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
> dev list discussion: http://markmail.org/message/dlvehaftulbuq5s6
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)