Page 1 of 1

back Button wont Move Page

Posted: Mon Mar 11, 2013 11:16 am
by ridho

I have 3 page on my apps : Login Page, MEssage Page, and Grup Message page.

Moving page between Login and Message Page work fine. BUT in Last Page, i make Button or BackButton, it wont move to Pevious Page.

i Tried Running JavaScript, and on Click Navigate to Page. it wont move.....

Cant u tell me why ??


back Button wont Move Page

Posted: Mon Mar 11, 2013 11:28 am
by Maryna Brodina

Hello! Please make your app link public and send us that link (Test, check Public)


back Button wont Move Page

Posted: Mon Mar 11, 2013 11:35 am
by ridho

back Button wont Move Page

Posted: Mon Mar 11, 2013 12:29 pm
by Maryna Brodina

Thank you for link. I'll test and update.


back Button wont Move Page

Posted: Mon Mar 11, 2013 2:09 pm
by Maryna Brodina

Sorry, just to clarify - do you mean mobilebutton1_8 on messageGrup screen?


back Button wont Move Page

Posted: Mon Mar 11, 2013 2:17 pm
by Maryna Brodina

There are two errors in JS code:

1) on page messageScreen on btn_send Click code

codetxt_message.setItem("");/code

txt_message - is not defined

2) messageScreen Page hide Run JS

codeHelpers.stopUpdating();/code

there is no stopUpdating method in Helpers

You would need to correct your code or just comment it. The button should work after


back Button wont Move Page

Posted: Wed Mar 13, 2013 3:34 am
by ridho

Okay thanx.. now it can move to previous screen....

:)