Results 19 comments of 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.

![screen shot 2017-11-01 at 11 42 26 pm](https://user-images.githubusercontent.com/4492228/32308859-5b44d060-bf5e-11e7-810e-c05a2a425bdc.png) 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.

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