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

Froala not working propoerly in ipad(may be blur event issue) #4900

Open
ayushshuklas7 opened this issue Mar 26, 2025 · 0 comments
Open

Froala not working propoerly in ipad(may be blur event issue) #4900

ayushshuklas7 opened this issue Mar 26, 2025 · 0 comments

Comments

@ayushshuklas7
Copy link

I am currently using the Froala Editor on my platform and have encountered an issue with the BlurEvent functionality.
While the implementation works as expected on Windows, Mac, and various browsers like Chrome, it creates problems specifically on iPads.
On iPads, when interacting with the editor buttons like "Source" or "Table," there is noticeable flickering, and the buttons often become unclickable.
After thorough debugging, I discovered that removing the BlurEvent resolves the issue. Since my implementation also uses iframe(iframe : true), I suspect that there may be conflicts between the BlurEvent and how focus is managed on iPads.
please provide guidance on resolving this issue while retaining the desired functionality of the BlurEvent? Additionally, if there are recommended best practices for handling focus and blur events within iframes on iPadOS, I would appreciate your advice.

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

No branches or pull requests

1 participant