Replies: 4 comments
-
I can't reproduce this on any device using your provided link, regardless of the browser. |
Beta Was this translation helpful? Give feedback.
-
I have tried it on different devices with Chrome, Safari and Edge. Can you check your Dev console ? maybe there is an error which can help us ? |
Beta Was this translation helpful? Give feedback.
-
I'm gonna move this one to discussions. Please let us know if there are any updates. |
Beta Was this translation helpful? Give feedback.
-
I figured it out! The embedded svg's are failing when the site is http://twomasc.dk , but are displayed in the ssl version at https://twomasc.dk (i guess they are deemed a security risk). This is both mobile and desktop chrome. I can of course fix that with a .htaccess redirect, but maybe an option to redirect if the sites loads un-encrypted could be nice |
Beta Was this translation helpful? Give feedback.
-
Unfortunetly the inline svg's used on "Page Icon" links doesn't work well on mobile browsers based on chrome (I've tried chrome and DuckDuckGo). Here's screenshot from DuckDuckGo:
it's from my site https://twomasc.dk
I've added a twitter link in the page to demonstrate that the icon works fine, when it's a regular img file reference.
I haven't had a chance to test it, but a adding a
xmlns:xlink="http://www.w3.org/1999/xlink"
type may fix it from what I've been finding... https://stackoverflow.com/questions/41507360/svg-inlined-in-html-not-displayed-correctly-by-chromeBut I would rather suggest switching to use a file reference.. like the other links
Beta Was this translation helpful? Give feedback.
All reactions