tidyline
tidyline

Reputation: 83

IOS Safari window.alert, window.confirm not working after onpopstate triggered

After onpopstate event triggered, window.alert, window.confirm etc not working.

This is related console logs Image

And this is what I tested.

I found the same issue, there is no answers left, so I post a question once again.
Alert, confirm, and prompt not working after using History API on Safari, iOS

Is there any ios bug report?
or.. Does anyone know why this happenes or how to fix it?

Upvotes: 6

Views: 3227

Answers (1)

tidyline
tidyline

Reputation: 83

I couldn't solve this issue. I had to change window.alert to some custom layer.

Upvotes: 1

Related Questions