Issue in admob plugin pro

Hello
İn my project i use admob plugin pro

And i think it’s in issue
Well i will explain wit pictures
That is normal thing when i click to “yorum yap”(it means post coment in Turkish)

But when i open admob like this

it comes with an issue like this

the comment is under the keyboard :frowning: how can fix this?
thank you

no body? :frowning: i want to use plugin but it gives me error please help me

After carefully study, the root cause is identified:

  • When focus in input area, the soft keyboard will resize the webview.
  • When the ad banner displayed in split mode (overlap:false), it will also resize the webview to avoid overlap the web content.
  • If both resize the webview at the same time, this will cause conflict.

When soft keyboard display, it will always try to resize the existing view at bottom. If the banner ad displayed at bottom, it will give up resizing. As the soft keyboard code is from Android system, this issue cannot be resolved perfectly.

Here a few workaround methods are suggested to avoid the issue happen:

  1. When you have some input box or textarea on UI, avoid show banner at bottom. You can either hide banner, or show banner at top.
  2. Use overlap:true (as the banner will overlap web content, you need reserve some margin area for it.)