Jeff6301705
Posts: 0
Joined: Sun Oct 06, 2013 5:27 am

Radio button works in browser test but not on device

I've got two radio buttons they both post to my database which is what I want them to do, however, when I test on the device they do not fully function. How do I fix this issue?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Radio button works in browser test but not on device

When you say do not fully function -- can you provide more details as to what exactly happens?

Jeff6301705
Posts: 0
Joined: Sun Oct 06, 2013 5:27 am

Radio button works in browser test but not on device

I have set it up so after it posts the new information to the database it will navigate back to the users' main menu. and it's not going back there, the button turns blue like it's continuing to work, but goes nowhere.

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

Radio button works in browser test but not on device

Hi Jeff,

Could you please show a function for navigation to main menu (a code or a screenshot)?

Jeff6301705
Posts: 0
Joined: Sun Oct 06, 2013 5:27 am

Radio button works in browser test but not on device

Image

This is all that's on the page. Like I said the create service works, but after it creates it does not navigate back to the assigned page. When tested on the device,(android)

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

Radio button works in browser test but not on device

Jeff,

Are there any errors in console (F12) when you test on desktop browser?
What is your Android version?

Jeff6301705
Posts: 0
Joined: Sun Oct 06, 2013 5:27 am

Radio button works in browser test but not on device

TypeError Cannot call method 'trim' of undefined Log_In.js:190

is the only thing that shows up and that's in the console.

android version
4.1.2
model
xt901

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

Radio button works in browser test but not on device

Hello! Try to do Navigate to page instead on Click on mowed_create service success event.

Return to “Issues”