Hi, Joe

Is there any reason for this code in CordovaActivity's onResume() method?

if (this.activityState == ACTIVITY_STARTING) {

           this.activityState = ACTIVITY_RUNNING;

            return;

}

This code introduced a bug in our webview which is based of Chromium V34.

Archana

Reply via email to