dankito / RichTextEditor

Rich text WYSIWYG editor for Android and JavaFX
Apache License 2.0
92 stars 36 forks source link

White space appear above keyboard when click on editor to type something #13

Closed applehong5013 closed 5 years ago

applehong5013 commented 5 years ago

This is the page of the editor look like as below: 20181031_120505

So when I click on the editor and prepare to type something, there are the white space appear on the keyboard and sometime it will cover whole page as below: 20181031_120637

Below are the references for ionic:

  1. https://forum.ionicframework.com/t/white-space-above-keyboard-or-select-box-control-pic-inside/4580
  2. https://github.com/ionic-team/ionic/issues/10728
  3. https://github.com/nikoTM/ionic-keyboard-bug

How about for android? (Java) How to solve in android java?

applehong5013 commented 5 years ago

I use full screen with match parent and everything is fine.