Makes no difference at all.
Makes no difference at all.
How can I get some support on this please ?
Hello Nigel,
We are very sorry for the radio silence here, we are working on it.
I will let you know when have more information from developers team.
We are sorry for delay.
I get error in console:
Uncaught TypeError: Cannot read property 'fitBounds' of undefined
It is related with page show event handler. You use here map variable before its initialization. Please add
before:
map.fitBounds(bounds);
this code:
var map = Apperyio("detailmap").gmap;