I am following this goggle map tutorial and a couple of things are not working as described:
http://docs.tiggzi.com/tutorials/buil...
1) step: Once the component is added, click the white box in the middle of the map and deleted it.
I can not delete it. How do you do this?
2) step 10: Add the following event: geolocation1 (Component) Success (Event) Run JavaScript (Action):
When I click geolocation1 (Component) Success (Event) nothing ever appears in the action dropdown so I can not select Run Javascript and enter the code.
What is wrong? How do I enter the code:
var map = Tiggzi('map');
map.options['address']='';
map.refresh();