I\'m currently developping an application on mobile device (android and iPhone) with ionic and cordova. I would like to edit a picture. I use fabric.js library to do that. F
I have found a trick to do that without having to copy the canvas. This solution is really close to css zoom property but events are handle correctly.
This is an example to display the canvas half its size:
-webkit-transform : scale(0.5); -webkit-transform-origin : 0 0;