Problem Description
While building Android app today with Intel XDK, I noticed the following:
'CanvasRenderingContext2D.webkitImageSmoothingEnabled' is deprecated.
Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead.
Steps to Reproduce Bug
- Create any kind of C2 app, and debug it on your device using Intel XDK and latest v14 of Crosswalk
Observed Result
Warning about using deprecated call when using intel xdk with Crosswalk14
Expected Result
not to get any warnings related to C2runtime while debugging.
Affected Browsers
Operating System and Service Pack
Win7
Construct 2 Version ID
latest stable r212.2
capx: http://www.filedropper.com/cw14rendering