-
Notifications
You must be signed in to change notification settings - Fork 7
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
iOS - Sticky toolbar does not stick #69
Comments
@forresto this fix is definitely MVP for v1. |
@hannesstruss does this happen on Android? |
No, not that intensely – the toolbar jumps a tiny bit when I start scrolling down from the very top though: editor-toolbar-jump.mov |
Looks like it it is stuck, but behind the black header? Could adding some body padding-top to your version of the html help? |
I believe it actually disappears but I'll make header transparent to test. |
So the toolbar visibility is actually toggled, so I don't think padding would have an effect. |
FWIW the web view itself is constrained such that the webview.top = header.bottom |
Logged issue upstream ProseMirror/prosemirror#223 |
@forresto feel free to close unless you want to track here |
Let me try making it more sticky first. |
👍 If we can do it without it turning into a huge time suck for you it would be 👯 |
Is |
Will try. |
👌🏻 let me know if I can help try anything |
The text was updated successfully, but these errors were encountered: