Nandu
Nandu
Yes, `cordova plugin remove com.flyingsoftgames.xapkreader` removing the plugin brought it back to normal, as in the SoftKeyboard is resizing/pushing the content as expected.
Earlier today I tried adding `android:windowSoftInputMode="adjustResize"` to the `XAPKDownloaderActivity` but that did not work. Now, after modifying the activity to this `` it still does not work.
I don't see any HTML files being generated during the installation. Could you please tell which one is it that you meant.
 These are the changed/added files. Would you be able to guess which could possibly cause this?
You mean when I do `cordova build android`? I did not yet do that step yet, it's failing right here. Please excuse me if I am not providing you exact...
Have you ever faced this similar problem on one of your apps where you used your plugin?
Yeah, I can install another plugin, not at all a problem. Let me check it and get back to you tomorrow? `Keyboard.shrinkView(true); ` this addition hopefully resolves it temporarily.
Thank you so much for the discussion though.
So, I should add `Keyboad.shrinkView` after the `onload` in my JS file? Or is it somewhere in the Android app?
Seems like the `shrinkView` method is only supported in `iOS` https://www.npmjs.com/package/cordova-plugin-keyboard#keyboardshrinkview