[ 
https://issues.apache.org/jira/browse/CB-11002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tobias Bocanegra updated CB-11002:
----------------------------------
    Description: 
the default settings of a webview does not enable accelerated rendering:

{noformat}
    WebKitAccelerated2dCanvasEnabled = 0;
    WebKitAcceleratedDrawingEnabled = 0;
    WebKitCanvasUsesAcceleratedDrawing = 0;
{noformat}

they should be enabled by default.

  was:
the default settings of a webview does not enable accelerated rendering:

{noformat}
    WebKitAccelerated2dCanvasEnabled = 0;
    WebKitAcceleratedDrawingEnabled = 0;
    WebKitCacheModelPreferenceKey = 0;
    WebKitCanvasUsesAcceleratedDrawing = 0;
{noformat}

they should be enabled by default.


> Enable hidden accelerated rendering settings by default
> -------------------------------------------------------
>
>                 Key: CB-11002
>                 URL: https://issues.apache.org/jira/browse/CB-11002
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: OSX
>    Affects Versions: Master
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>
> the default settings of a webview does not enable accelerated rendering:
> {noformat}
>     WebKitAccelerated2dCanvasEnabled = 0;
>     WebKitAcceleratedDrawingEnabled = 0;
>     WebKitCanvasUsesAcceleratedDrawing = 0;
> {noformat}
> they should be enabled by default.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to