I built an app I have in HTML5 and all the graphics look fuzzy, further investigation seems to be corona returning half pixel dimensions, anybody else see this and is there a solution?
what settings are you using in config.lua and build.settings?
Corona uses WebGL. So most probably the reason in the browser. On what browser is it happening ?
Safari, I’ll post my settings when I get back to my desk.
Corona’s HTML5 still supports dynamic images and content scaling. But you may have to make some changes to what your @2x and @4x type settings are to get it to pick up the right @x image. It’s important to share your config.lua with us as well as your window table in build.settings file.
Rob
Also, Retina displays could have an impact on this as well.
Rob
what settings are you using in config.lua and build.settings?
Corona uses WebGL. So most probably the reason in the browser. On what browser is it happening ?
Safari, I’ll post my settings when I get back to my desk.
Corona’s HTML5 still supports dynamic images and content scaling. But you may have to make some changes to what your @2x and @4x type settings are to get it to pick up the right @x image. It’s important to share your config.lua with us as well as your window table in build.settings file.
Rob
Also, Retina displays could have an impact on this as well.
Rob