Hi,
Can I use google maps and geolocation in Tiggr?
What is the most convenient workaround?
Thanks
Hi,
Can I use google maps and geolocation in Tiggr?
What is the most convenient workaround?
Thanks
Right now for both features you can use custom JavaScript. You can define it in Events. Define an event and use Run Custom JavaScript action. For example, I tried this:
navigator.geolocation.getCurrentPosition(showMap);
I defined showMap() as a JavaScript asset.
Similar for Google Maps.
We are working on making it simpler in the future.. if you have any ideas, let us know!
Can you share your JavaScript asset that you created to show the map?
@Jeff: we are going to add a Google Map component soon to Tiggr, so you won't have to write any custom JavaScript code
Awesome! Hopefully real soon