[ 
https://issues.apache.org/jira/browse/CB-7058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-7058.
----------------------------
    Resolution: Won't Fix

Dropping support for Ice Cream Sandwich, therefore closing issue.

> Cordova onresume event not working/firing on Android 4.0.3
> ----------------------------------------------------------
>
>                 Key: CB-7058
>                 URL: https://issues.apache.org/jira/browse/CB-7058
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.3.0
>            Reporter: Syed shahryar
>            Priority: Minor
>
> Here is my event handler code:
>     /** Code **/
>     //
>     function onResume() {
>         console.log( 'on resume' );  
>     }
>     //
>     function onDeviceReady(){  
>       document.addEventListener( "pause", function(){console.log('on 
> pause');}, false);
>       document.addEventListener( "resume", onResume, false);
>     }
>     //
>     function onLoad() {
>       document.addEventListener( "deviceready", onDeviceReady, false );  
>     }
>     /*********/
> I have tried weinre and Android ddms tools for troubleshooting but did not 
> see the "on resume" msg logged on console when I switch between apps during 
> testing on the device. Pause event is working fine however and logging 
> messages.
>  
> I am also seeing the underlying on resume events getting called but my event 
> handler for some reason does not get called. Here is what I see in logs.
>     06-30 23:49:50.500: I/CordovaLog(6118): Found start page location: 
> index.html
>     06-30 23:49:50.500: D/CordovaActivity(6118): Resuming the App
>     06-30 23:49:50.500: D/CordovaActivity(6118): CB-3064: The errorUrl is null
>     06-30 23:49:50.510: D/CordovaActivity(6118): 
> onMessage(onPageStarted,file:///android_asset/www/index.html)
>     06-30 23:49:50.610: D/CordovaActivity(6118): onMessage(spinner,stop)
> FYI: Code works fine on iOS simulator.
> Any ideas why this may be happening and how to fix it?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to