Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(2.1.0) Not works on mobile IE10 #276

Open
mxkeke opened this issue Mar 29, 2017 · 1 comment
Open

(2.1.0) Not works on mobile IE10 #276

mxkeke opened this issue Mar 29, 2017 · 1 comment

Comments

@mxkeke
Copy link

mxkeke commented 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).

@mxkeke
Copy link
Author

mxkeke commented Mar 29, 2017

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 mxkeke changed the title (2.1.0) Not works (2.1.0) Not works on mobile IE10 Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant