On 'Click' Event Works in IOS but not Android

If there is some issue with clicks on #map element you can disable fast clicks on it:

<div id="map" class="no-fastclick">

Thanks. I’m getting navigation errors again. I gave all my div elements unique IDs, but it seems like it’s trying to re-register some of these as I navigate back and forth.

@Levi_Cecil
i made you an example app, using webpack vue f7, and es-lint.
I just made map_b. but you can continue from it
https://github.com/pvtallulah/metcon-example

to run it, just clone the repo
then

npm install
// (will deploy on www folder)
npm run build 

then you can run it as any cordova project.
hope it usefull

Thank you! I will check this out today.