-
Notifications
You must be signed in to change notification settings - Fork 58
Map tiles are not loaded in Safari on iOS 6.1.3 #6
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
Comments
Let's see if i can find the time to fix that. i don't have any way to test it... |
Please check if this helped: 37491c8 I asked someone with an iPhone to test it but he didnt even have your problem without this change. Maybe check your adblocker oder similar stuff? |
Not sure if related, but I don't see any map (only directions) on Firefox on Android |
which android? the site was tested on android, do you have any adblockers installed? did you try the app? |
Wow, I don't know why I said Firefox, I'm not using that. I'm using the app. Android 4.1.2. |
I figured it out. The https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/SVG_Image_Tag I tested it by running the following JavaScript statement on the image element using the developer console: $0.setAttributeNS('http://www.w3.org/1999/xlink', 'href', '/static/img/levels/32c3/level4.jpg') Then, the image is displayed. |
The text was updated successfully, but these errors were encountered: