In the new update for EventOn the 'Get Directions' is working which is great. The only issue I have is that the 'Go' button on the mobile devices keyboard doesn't work. We have done some investigating and the "submit button" in the form is actually a <button> tag instead of an <input type="submit"> tag (which iOS's webview doesn't recognize). It works when you press the little road symbol next to the input address but on mobile most people would use the 'Go' button.
Are you able to change this so that we can use this great feature on a mobile device?
Thanks
Regards
Adam
This is how we got around it.
eventON/admin/includes/eventon_eventCard.php
line 142
remove target='_blank'
Thanks