initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

Please add two error check #22

Closed ctl1690 closed 8 years ago

ctl1690 commented 9 years ago

I received memory exception of:

  1. NullPointerException (@ThemeableBrowser$ThemeableBrowserClient:onPageStarted:1176) {main}
  2. NullPointerException (@ThemeableBrowser$6$6:onPageFinished:703) {main}
initialxy commented 8 years ago

Fixed with version 0.2.7.

ctl1690 commented 8 years ago

New NullPointerException:

NullPointerException (@ThemeableBrowser:goForward:476) {main} NullPointerException (@ThemeableBrowser:goBack:467) {main}
NullPointerException (@ThemeableBrowser$4:run:307) {main} NullPointerException (@ThemeableBrowser$6$5:onItemSelected:658) {main}

ThemeableBrowser version 0.2.6

initialxy commented 8 years ago

Could you please elaborate on reproduction steps?

ctl1690 commented 8 years ago

Sorry, I can't. These exceptions received from GA crash report. And only these information, GA report exception not with callstack....

I also want to know why the webview is null...

initialxy commented 8 years ago

Fixed in version 0.2.9. Please note that due to Cordova's migration to npm, plugin ID has been updated to cordova-plugin-themeablebrowser.