Page 1 of 1

Radio button works in browser test but not on device

Posted: Wed Oct 23, 2013 3:23 pm
by Jeff6301705

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?


Radio button works in browser test but not on device

Posted: Wed Oct 23, 2013 3:33 pm
by maxkatz

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


Radio button works in browser test but not on device

Posted: Wed Oct 23, 2013 3:46 pm
by Jeff6301705

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.


Radio button works in browser test but not on device

Posted: Wed Oct 23, 2013 5:20 pm
by Kateryna Grynko

Hi Jeff,

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


Radio button works in browser test but not on device

Posted: Wed Oct 23, 2013 6:19 pm
by Jeff6301705

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)


Radio button works in browser test but not on device

Posted: Wed Oct 23, 2013 6:51 pm
by Kateryna Grynko

Jeff,

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


Radio button works in browser test but not on device

Posted: Wed Oct 23, 2013 8:52 pm
by Jeff6301705

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


Radio button works in browser test but not on device

Posted: Thu Oct 24, 2013 7:28 am
by Maryna Brodina

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