weglide / bugtracker

WeGlide platform bug tracker.
https://www.weglide.org
11 stars 1 forks source link

Embed website widget not loading in chrome #252

Closed frantzheld closed 9 months ago

frantzheld commented 9 months ago

Describe the bug The Embed website widget is not loading in google chrome. I then tested with safari, firefox, edge - these are working fine.

To Reproduce Steps to reproduce the behavior:

  1. Open Google Chrome
  2. Go to https://haec.de (or any of these websites https://docs.weglide.org/how_to/embed.html#examples)
  3. Scroll down to "Segelflug"
  4. See, that Embed weglide widget is missing

Screenshots Left: Chrome, right: Firefox image


Device:

samuel-git commented 9 months ago

Most likely an adblocker issue. Can you try a private tab with adblocker disabled? Some adblockers heavily block javascript in iFrames.

frantzheld commented 9 months ago

I encountered the same issue while using a private Chrome tab with extensions disabled. To further investigate the issue, I conducted additional tests using different browsers on various operating systems:

macos:

android:

windows:

Problem solved!

After conducting a test with Chrome Portable, where I wasn't logged in with my Google account, I was pleasantly surprised to find that it worked flawlessly ✔️ This led me to the conclusion that the issue must have resided within my Chrome settings. I successfully resolved the problem by disabling the "Block third-party cookies" option: image

samuel-git commented 9 months ago

Ah perfect, thanks for the effort! Weird how chrome treats some local storage entries (language & log in info) in an iframe as "third party cookies".