-
Notifications
You must be signed in to change notification settings - Fork 37
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
Problems on iOS devices #268
Comments
@Shifin-Malik which browser is that? And it's version? |
@Muhammed-Rahif, I’m using Google Chrome v131.0.6778.103 & Safari. The Notepad menu bar isn’t working after the latest update. |
Can you install any other browser from appstore and try on it that if it works on there? I want to confirm that its problem with iOS, not the browsers. |
Yes, I installed Firefox, but the menubar is still not working. |
Duplicate #267. |
…ucture - Moved the main layout `<div>` containing `<MenuBar />` and `<EditorTabs />` outside the `isLoading` conditional block in `App.svelte` - Prevents issues with child components' `onMount` lifecycle hooks not firing on iOS Safari - Fixes issue Muhammed-Rahif#268: `onMount` not triggering for child components on iOS Safari
The text was updated successfully, but these errors were encountered: