Open
Description
Description
I add an iframe (spotify podcast) on a razor-page. If I click the image in the iframe the app crashes.
It only crashes when using Android.
Windows works fine. I have not tested iOS.
I notice that the inspector shows an javascript error message during startup of the page.
e.startsWith is not a function at blazor.webview.js:1:4253
If I remove the iframe the error disappears.
Steps to Reproduce
- Create a new .NET MAUI Blazor app in VisualStudio.
- Add an iframe on a page: <iframe width="300" height="400" src="https://open.spotify.com/embed/episode/7makk4oTQel546B0PZlDM5?utm_source=oembed"></iframe>
- Start app in Android emulator
- Click the image in the middle of the iframe.
- The app crashes.
Link to public reproduction project repository
https://github.com/hakonn/IframeMauiBlazorTest
Version with bug
7.0.49
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 13, Android 11
Did you find any workaround?
No response
Relevant log output
No response
Activity