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

[feat] window.alert api should work within iframes in mac #10934

Open
abose opened this issue Sep 9, 2024 · 0 comments
Open

[feat] window.alert api should work within iframes in mac #10934

abose opened this issue Sep 9, 2024 · 0 comments

Comments

@abose
Copy link

abose commented Sep 9, 2024

Describe the problem

window.alert, prompt and confirm APIs wont work in iframe in macos. It works in webkit in linux though.

Describe the solution you'd like

The apis should work in all platforms as expected.

This was fixed in windows, wors as expected in Linux.

Alternatives considered

No response

Additional context

More details can be found here:
https://discord.com/channels/616186924390023171/1258736272814374964

from @FabianLars

Hmm, it's probably just macos being stricter again as always. There are 3 obj-c callbacks (for alert here) we should be able to use to overwrite the behavior / expose a callback to the devs.
With the current semi feature freeze due to RC i doubt we can get it in for 2.0.0 but should be possible soon after.

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

No branches or pull requests

2 participants