[GitHub] cordova-android issue #337: CB-11935 Call onPause & onResume on WebView

2017-03-23 Thread vinzscam
Github user vinzscam commented on the issue: https://github.com/apache/cordova-android/pull/337 It makes sense :) I just want to point out that it is not just a broken API: it could affects the functionality of existing apps (in my case I was using it to connect/disconnect a

[GitHub] cordova-android issue #337: CB-11935 Call onPause & onResume on WebView

2017-03-23 Thread vinzscam
Github user vinzscam commented on the issue: https://github.com/apache/cordova-android/pull/337 The #337 has broken the firing of `pause` event. Now the `pause` event fires when the native platform pulls the application out from the background (just before firing the `resume