Having a lot of trouble getting pixel art graphics to not be blurry. There are a lot of people having the same problems I find, but many articles are 2 or 3 years old.
I have tried canvas, pixi.js and phaser for displaying graphics, phonegap and Intel XDK for making apps.
Even solutions that work on desktop don't seem to work on mobile devices because of the higher dpi. It's still blurry. This method of scaling also apparently breaks touch input, so any solutions for that would be appreciated.
I think the main problem is the browser is scaling the canvas pixels up to match the dpi. I want to be able to work without anything getting scaled.
Is there any hope? It seems like something we should have solved by now...