Map click event is not working andriod firefox
I have created sample module with below code and added to tablet.json. I never get to see alert
dojo.connect( this.app.map, "onClick",
function ()
{
alert("Clicked on map click event");
});
-
Click events are working, If comment below code from index.html/Tablet.html
new FastClick(document.body)0 -
Hi Josna,
Could you provide more information on your enviroment? What version of the HTML5 viewer are you using? What version of Android? Are you using the latest Firefox or an older version?
Thanks,
--Alejandro
0 -
I am using
Device: Nexus7, Andriod 4.3.1
HTML5 Version:2.3
Firefox version:33.1
I have able to fix this by removing fastclick script reference from Tablet.html
0 -
Josna,
Thank you for bringing the issue to our attention. Could you please update to the latest HTML5 viewer 2.3.2? We fixed a few issues with click events after 2.3. If your issues remain after the upgrade, we will log a bug report to address it.
--Alejandro
0 -
But i have't found such bug as fixed in release notes of 2.3.2 or 2.3.1.
0
Please sign in to leave a comment.
Comments
5 comments