Page 1 of 1

success event not navigating to page

Posted: Tue Mar 11, 2014 5:21 pm
by Shawn Johnson

Hello,

My app randomly stop opening page on successful event of my login service. No changes were to the service i copied a page and renamed it, but now no page i create will open. I tried to open the page on button click that is also not working.

I have tried everything i can think of. can someone please help me out

There are no javascript errors, I have tried in multiple browsers

The page i am trying to navigate to opens fine on it's own.
Image Image Image Image


success event not navigating to page

Posted: Tue Mar 11, 2014 6:54 pm
by Nikita

Hello Shawn,

Please check It might be the error event of this service is fired. Add to this event a handler, for example:
alert("error!");


success event not navigating to page

Posted: Tue Mar 11, 2014 7:16 pm
by Shawn Johnson

The error event is working i entered the incorrect username and got a javascript alert


success event not navigating to page

Posted: Wed Mar 12, 2014 3:18 pm
by Nikita

Hello,

Does it mean that the problem is solved?


success event not navigating to page

Posted: Wed Mar 12, 2014 3:21 pm
by Shawn Johnson

no, it means that error and success events fires without an issue. but there is no navigation to another page.


success event not navigating to page

Posted: Wed Mar 12, 2014 6:20 pm
by Nikita

Hi,

Does complete event work? If it doesn't, then please provide public link.