Huseyin SEKER 1 Posted January 20 Report Share Posted January 20 Hi, i load image to a tw3image control by below code: image1.LoadFromUrl('http://selcuklubilsem.com/sample/Line.jpg'); You can see this on the page: http://selcuklubilsem.com/sample/index.html The page is well shown (clear) on windows machines but in mobile phone (android) the image is blurry, why this happens? I tested with chrome. Note: I changed imagefit property to fsnone. I'm using sms 3.9.1 See attachment picture please. Quote Link to post Share on other sites
Administrators jarto 728 Posted January 21 Administrators Report Share Posted January 21 The image is not blurry on my Samsung Galaxy S10. What phone model have you been testing on? And do others also see this same problem? Maybe changing image-rendering helps? For example: Img.Handle.style['image-rendering'] := 'pixelated'; https://www.w3docs.com/learn-css/image-rendering.html Quote Link to post Share on other sites
Huseyin SEKER 1 Posted January 21 Author Report Share Posted January 21 i tested on xiomi redmi 4x (resolution is 1280x720) ok i will try on other devices and try rendering suggestion. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.