Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Fastclick removal
-
Since I had issues with FastClick and Google Maps Autocomplete feature, I saw a discussion at https://github.com/OnsenUI/OnsenUI/issues/2000 which closed now.
I tried the recommended ons.fastClick.destroy() but it causes button clicks not to work any longer.
What is the status on the removal or replacement of this old FastClick library which is no longer maintained?
Instead of embedding it in OnsenUI why not make it a separate js file option for people who want target old devices?
-
@jamal We cannot remove it at this point because it would be a huge breaking change for all the apps. We fixed some stuff recently for some devices and soon will have a look a it again to apply some patch that fixes
input
elements. I think that should work for Google Maps as well. Related gh#2254
-
@Fran-Diox, ok thanks! Looking forward to the fixes :+1: