Answered: Toolbar gets pushed off-screen when virtual keyboard opens
Answered: Toolbar gets pushed off-screen when virtual keyboard opens
I have a formpanel with a toolbar docked on top. Whenever I tap the textarea within the formpanel not just the formelements get pushed upwards but also the toolbar disappears off screen.
If it is on android you can add something to your manifest xml file. Inside the opening activity tag for the keyboard: android:windowSoftInputMode="adjustPan"
If it is on android you can add something to your manifest xml file. Inside the opening activity tag for the keyboard: android:windowSoftInputMode="adjustPan"