I encountered the same issue, and this solution worked perfectly for me:
Add the following attribute to the tag in your AndroidManifest.xml file:
android:windowSoftInputMode="adjustPan|stateHidden"
This should resolve the WebView flickering issue when the keyboard appears. 😊