You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I returned back to the 1.3.0 version because 2.1.0 not works.
Even the demo "/test/function/public/index.html" not view retina images (with the correct path to the retina.min.js file).
The text was updated successfully, but these errors were encountered:
I've missed to insert this script code: retinajs();
Now it works but on App of Windows Phone not view the images with high resolution.
Maybe there's a bug in the mobile IE10.
For other situations I've used this code but with retinajs not works: window.devicePixelRatio = window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI;
mxkeke
changed the title
(2.1.0) Not works
(2.1.0) Not works on mobile IE10
Mar 29, 2017
I returned back to the 1.3.0 version because 2.1.0 not works.
Even the demo "/test/function/public/index.html" not view retina images (with the correct path to the retina.min.js file).
The text was updated successfully, but these errors were encountered: