Currently when the keyboard is open the bottom toolbar is still dynamic and can be swiped away while the user inputs text. We should rather show a fixed smaller toolbar showing just the current registrable domain, similar to what we shown in custom tabs. We should also call [setVerticalClipping](https://mozilla.github.io/geckoview/javadoc/mozilla-central/org/mozilla/geckoview/GeckoView.html#setVerticalClipping(int)) with the values of the full/mini toolbar when cycling between them to inform GeckoView about the page height occluded by the bottom toolbar.
Bug 1988730 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Currently when the keyboard is open the bottom toolbar is still dynamic and can be swiped away while the user inputs text. We should rather show a fixed smaller toolbar showing just the current registrable domain, similar to what we shown in custom tabs. We should also call [setVerticalClipping](https://mozilla.github.io/geckoview/javadoc/mozilla-central/org/mozilla/geckoview/GeckoView.html#setVerticalClipping(int)) with the values of the full/mini toolbar when cycling between them to inform GeckoView about the page height occluded by the bottom toolbar. Figma design [link](https://www.figma.com/design/EQBqApLh2iZjwvpnJG9NQD/Toolbar-Handoff?node-id=15356-17687&t=jizAlBpH9N0VPsTf-0).