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

Map tiles are not loaded in Safari on iOS 6.1.3 #6

Open
Feuermurmel opened this issue Dec 26, 2015 · 6 comments
Open

Map tiles are not loaded in Safari on iOS 6.1.3 #6

Feuermurmel opened this issue Dec 26, 2015 · 6 comments
Labels

Comments

@Feuermurmel
Copy link

2015-12-26 17 21 29

@codingcatgirl
Copy link
Member

Let's see if i can find the time to fix that. i don't have any way to test it...

@codingcatgirl
Copy link
Member

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?

@jethrogb
Copy link

Not sure if related, but I don't see any map (only directions) on Firefox on Android

@codingcatgirl
Copy link
Member

which android? the site was tested on android, do you have any adblockers installed? did you try the app?

@jethrogb
Copy link

Wow, I don't know why I said Firefox, I'm not using that. I'm using the app. Android 4.1.2.

@Feuermurmel
Copy link
Author

I figured it out. The <image>s href attribute is in the XLINK namespace:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants