Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Problem with consecutive calls to app.navigate("#:back")

$
0
0

Hello,
In our application, in case the user clicked a certain button, we need to go back two screens. We do this with the following code:

                    app.navigate("#:back");
                    setTimeout(function(){
                        app.navigate("#:back");//to budget edit
                    }, 0);
                }
Testing this code works well on Chrome. It also works well in our tests on iPhone. However in our tests on Android (Nexus 7) it fails and only the first app.navigate("#:back") is executed. Meaning our app fails to bring the user to the correct view. Do you have any idea what might be the cause and how can we handle it?

Thanks,

Ron.


Viewing all articles
Browse latest Browse all 94857

Trending Articles