Allen Posted July 21, 2016 Share Posted July 21, 2016 Hi, I wonder why when I use some of IOS device open the phaser game, the sprite displaying on the background will get blur. The resolytion of the source sprite I used 1080 *1080. Normally it shouldn't get blur on any of ios devices? Link to comment Share on other sites More sharing options...
mattstyles Posted July 21, 2016 Share Posted July 21, 2016 all IOS devices are retina, if the blur is only a slight blur its do with the upscaling. You can set the resolution within Phaser, you'll need to match it to the device, which for iOS devices is 2 (even for the big 6+), I think some other devices are even running at a pixel density of around 3 so the blur will be worse there. Of course, if you're accidentally using some sort of blur filter then that could be the culprit but if its only a fairly little 'fuzziness' it'll be the resolution thang. My laptop is retina and even in 2016 I still see this regularly on the web, some images 'hide' the upscaling better than others, if your backdrop has crisp lines and sharp colours contrasts then it'll be much more visible than your average photographic image. Link to comment Share on other sites More sharing options...
Allen Posted July 22, 2016 Author Share Posted July 22, 2016 22 hours ago, mattstyles said: all IOS devices are retina, if the blur is only a slight blur its do with the upscaling. You can set the resolution within Phaser, you'll need to match it to the device, which for iOS devices is 2 (even for the big 6+), I think some other devices are even running at a pixel density of around 3 so the blur will be worse there. Of course, if you're accidentally using some sort of blur filter then that could be the culprit but if its only a fairly little 'fuzziness' it'll be the resolution thang. My laptop is retina and even in 2016 I still see this regularly on the web, some images 'hide' the upscaling better than others, if your backdrop has crisp lines and sharp colours contrasts then it'll be much more visible than your average photographic image. Thank you very much. The issue is only happen on some ios devices which I tested. The weird thing is that even for two same models (iphone6), the sprite in one device will get but in other won't. Link to comment Share on other sites More sharing options...
mattstyles Posted July 22, 2016 Share Posted July 22, 2016 Try taking a cloth to the screen and cleaning it! After my young daughters and their sticky fingers have massacred my phone I can barely see anything! Ha, no sorry, I'm out of ideas, when stuff works in one environment and does not in another that should be identical there could be a multitude of things wrong. Got any screenshots from the phone? Link to comment Share on other sites More sharing options...
Recommended Posts