Hi, I built a page that loads a picture and then, through a slider, is possible to adjust the quality of the image taken.
The page works perfectly into the laptop browser simulator (chrome) but, when I try to execute it from the device the behaviour is strange: the image is half black and looks stretched!
I'm using exactly the same file, take a look to the screensthots:
Simulator:
Device (Chrome, Safari and Appery.io tester have the same behaviour)
To resize the image i'm levereging the "canvas" browser feature (http://clientside-resize.labs.liip.ch/) and it works fine if i'm using a "static" image (loaded as an asset in appery) instead of a dynamically loaded one.
Do you have any idea of what's wrong?