Skip to content
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

Super Tabs Toolbar pushed up when keyboard is activated #453

Open
AnkitS221 opened this issue Sep 13, 2020 · 1 comment
Open

Super Tabs Toolbar pushed up when keyboard is activated #453

AnkitS221 opened this issue Sep 13, 2020 · 1 comment

Comments

@AnkitS221
Copy link

AnkitS221 commented Sep 13, 2020

Describe the bug
Hello,
I have fixed the super-tabs-toolbar with the slot as bottom in my application and one of the tabs consists of an ion-input. Whenever I try to input something in my textbox, it fires the keyboard which pushes the bottom fixed super-tabs-toolbar above the keyboard, which is shown as below in the screenshot(white screen being the keyboard area, screenshot taken while inspecting in physical device)

Expected behavior
Expected behaviour should be the toolbar shouldn't be placed above the keyboard, it should hide behind the keyboard

Screenshots

Screenshot from 2020-09-13 18-34-24

Smartphone (please complete the following information):

  • OS: Android (Does not happens in IOS)
  • Browser - Chrome
  • Version - Tested in 7.0 and above
  • Device: Galaxy Grand Prime, A9 etc

Additional context
Can anyone please provide any CSS workaround, or a fix to this problem? Waiting for a quick reply
Thanks

@abishek-ubq
Copy link

I know its a little bit late but hope I helps someone else.,

  this.keyboard.disableScroll(false);
  this.keyboard.setResizeMode(KeyboardResizeMode.None);

as simple as that.. you do not resize the screen when key board comes into picture.., use this only when using super tabs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants