Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My dropdownlist has onchangeevent (handled in javascript(clientside)). This generally fires when we change the value in the dropdown (different value). But when I open my mobile web application in andriod phone, it is firing when I change the same value again. I have explained my scenario below:

Scenario:

Dropdown list for years:

1) For example when I select 2011 as year - onchangeevent is occured.
2) If i change the value to 2011 again then also onchangeevent(javascript) is fired.

This generally does not happen in normal browsers.

Please do the needful.
Posted
Updated 8-Oct-10 2:56am
v2
Comments
Gibb3h 15-Oct-10 10:02am    
does the same thing happen when changing the user agent to "desktop" on the android browser?
You can do this by putting "about:debug" in the address bar then pressing the menu button and going to settings

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900