Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Back/Close Buttons Not Working

I put two sliding panels in my app. Each of the buttons on the sliding panel navigate where they need to go just fine. However, the back buttons don't work on the pages that are navigated to, and the close buttons on pop-ups that open don't close.

Console returns: "Uncaught TypeError: object is not a function"

Any thoughts?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Back/Close Buttons Not Working

Hi Doug,

Please give us a public app link and tell how to reproduce the error.

Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Back/Close Buttons Not Working

http://appery.io/app/mobile-frame?src...

On the screen, click a name in the list. Click "Edit Child" on sliding panel. Back button will not work.

OR

On screen, click ADMIN button. Click any button (except close) on sliding panel. Back button, or close button in case of pop ups, do not work.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Back/Close Buttons Not Working

Doug,

What credentials can we use to test the app itself?

Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Back/Close Buttons Not Working

Username: Test (UPPERCASE T)
Password: test (lowercase t)

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Back/Close Buttons Not Working

Hello,

We will test but it will take some time.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Back/Close Buttons Not Working

Hi Doug,

There is no addChild page in your app. Please undo all source changes on Source tab.

Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Back/Close Buttons Not Working

The addChild is a pop up. It opens the pop up just fine, but no back button.

I was able to make it work somewhat by creating the panel when you go to open it. Still having issues though

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

Back/Close Buttons Not Working

Hello! There is an error in your code on RunEvent Load event:
preleadPanel = new leadPanel();/pre
so leadPanel not a function defined in leadPanelEvents file anymore, but an object returned by this function. That's why when you visit RunEvent page again this code is invoked on Load event again, but as leadPanel is an object (not a function) you recieve this error.

Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Back/Close Buttons Not Working

Thanks Katya and Maryna! Worked perfect!

Return to “Issues”