-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
iframe with fragment in src don't render #1943
Comments
I don't think this is a Tauri-specific issue, but I decided to try it just through a local Apache web server using Safari 14.1.1 on macOS 10.15.7 out of interest. I made only three changes to your https://github.com/olegshilov/tauri-testing/tree/iframe-issue/app:
Curiously it works fully over Apache. Can't immediately explain why it's behaving different in the Tauri context. |
@shirakaba hi. it's Tauri-specific issue because we detect the place where it happened tauri/core/tauri/src/manager.rs Line 400 in 37db639
|
Describe the bug
The problem is when iframe src includes a URI fragment, like
#something
, it won't load when you try to load it from disk.To Reproduce
Minimal reproducible example placed here:
https://github.com/olegshilov/tauri-testing/tree/iframe-issue
Steps to reproduce:
yarn start
oryarn build
Expected behavior
Every iframe with fragments in URL must be rendered correctly
Screenshots
Platform and Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: