Content
View differences
Updated by Wieland Lindenthal 6 months ago
**Update: the behaviour seems to be consistent with BlockNote in general. Likely needs a fix in BlockNote itself.**
On iOS Safari,
when I type long texts spanning multiple lines, the cursor moves downwards
and eventually leaves the visible area. Then I type while the cursor is not visible. I have to scroll the document to see the cursor again.
I expect the document to move so that I always keep the cursor in the visible area.
**Idea on how to approach this:**
Recent iOS Safari support dynamic vievport height (dvp) that excludes the height of the keyboard. Might be worth a test.
```css
.the-blocknote-container {
height: 100dvh;
}
```
**Browser**
* [ ] Chrome
* [ ] Firefox
* [ ] Safari
* [x] Mobile Safari
* [ ] Other (please specify)
**Operating System**
* [ ] Windows
* [ ] Mac OS X
* [x] Mobile iOS
* [ ] Mobile Android
* [ ] Linux (please specify distro)
* [ ] Chrome OS
* [ ] Other (please specify)
**Language**
_Please specify the browser language and the language of the OpenProject user for which the bug occurred._
when I type long texts spanning multiple lines, the cursor moves downwards
and eventually leaves the visible area. Then I type while the cursor is not visible. I have to scroll the document to see the cursor again.
I expect the document to move so that I always keep the cursor in the visible area.
**Idea on how to approach this:**
Recent iOS Safari support dynamic vievport height (dvp) that excludes the height of the keyboard. Might be worth a test.
```css
.the-blocknote-container {
height: 100dvh;
}
```
**Browser**
* [ ] Chrome
* [ ] Firefox
* [ ] Safari
* [x] Mobile Safari
* [ ] Other (please specify)
**Operating System**
* [ ] Windows
* [ ] Mac OS X
* [x] Mobile iOS
* [ ] Mobile Android
* [ ] Linux (please specify distro)
* [ ] Chrome OS
* [ ] Other (please specify)
**Language**
_Please specify the browser language and the language of the OpenProject user for which the bug occurred._