ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
611 stars 278 forks source link

falls with Null Pointer Exception #278

Open ghost opened 7 years ago

ghost commented 7 years ago

Dear Ionic team.

There is a problem with ionic-plugin-keyboard. I am very glad if you can fix it.

There are cases where you come to onDestroy before plugin initialization processing is completed, such as when you quit with the Android return button immediately after it starts up, and it falls with Null Pointer Exception. I think that it can be countermeasured by the following change.

1) IonicKeyboard.java, line 26: private View rootView = null;

2) IonicKeyboard.java, line 131: if( rootView != null ){ ... }

Thank you.

danilopartalj commented 7 years ago

+1

carlosirigoyen17 commented 6 years ago

+1

mcendon commented 6 years ago

+1

piwnik commented 6 years ago

+1

crich1979 commented 6 years ago

+1

zty5678 commented 6 years ago

+1