Onclick Not Working On List In Iphone Using Html
I am creating a list dynamically.I want to call a function on onclick event of the list.In the list I am having a tag tag a tag.The onclick is working on android and blackberry
Solution 1:
The iPhone browser does not use onclick
events, it uses ontouch
. Look in to that event instead.
Post a Comment for "Onclick Not Working On List In Iphone Using Html"