I m trying to use the html5 geolocation api with Meteor.
I m using:
navigator.geolocation.getCurrentPosition(handle_geolocation_query);
in my js but it doesn t seem to work - I think it may be related to the timer ( http://docs.meteor.com/#timers ) restrictions Meteor has. Any thoughts?
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....