I want to ask about flags that are available in the normal Chrome browser (chrome://flags). Previously I was using Crosswalk with Cordova and I had the option to change stuff in config.xml by adding the preference xwalkCommandLine
.
<preference name="xwalkCommandLine" value="--enable-experimental-canvas-features --ignore-gpu-blacklist" />
Since Crosswalk is basically dead, is it possible to do the same thing in Cordova? Are there other preference names (or maybe even plugins) that will enable this feature?