ridho
Posts: 0
Joined: Thu Mar 07, 2013 10:50 am

back Button wont Move Page

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 ??

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

back Button wont Move Page

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

back Button wont Move Page

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

back Button wont Move Page

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

back Button wont Move Page

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

ridho
Posts: 0
Joined: Thu Mar 07, 2013 10:50 am

back Button wont Move Page

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

:)

Return to “Issues”