i am writing a cordova app, where i am using Google Maps API V3. Since this is going to run locally in a web view for each user, i assume that i need to create an api key for google maps api.
I created a new browser key last night, and i put in the referrers all possible urls: * 127.0.0.1/* localhost localhost:7000
but everytime i use it, i get an error saying: Google has disabled use of the Maps API for this application.
I don't want to use the workaround to simply remove the key, any clues?

