Questions tagged [phonegap-gmaps-plugin]

Questions about the cordova-plugin-googlemaps

Use this tag when you ask a question about the cordova-plugin-googlemaps: https://github.com/mapsplugin/cordova-plugin-googlemaps

13 questions
8
votes
2 answers

Phone Gap Windows Build access rule

When I build cordova build for windows the access rules are failing, following are the information in the console Access rules must begin with "https://", the following rule will be ignored: .* Basically it saying it require to begin with…
5
votes
2 answers

Local image for marker icon on Cordova/Phonegap Google Maps Plugin

Is it possible to use an image locally store on the device as the marker icon? I can use a URL and it works, but when I try to use a local image it won't load. How should I reference the image? This is a multiplatform application so I can't use…
3
votes
1 answer

Phonegap geolocation is not working on Android (Nexus device)

I know this question has been asked before, but I've tried all the proposed solutions and nothing seems to work! I'm working on a mobile app built with Phonegap (+Angular but I don't think that's important). In this app I'm using the geolocation…
1
vote
1 answer

phonegap-googlemaps-plugin shows blank screen

I am trying to setup googlemap into a demo app by following along with this tutorial (https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Tutorial-for-Windows). Now the app does run, but it show an empty map that look like this: I have…
user1995781
  • 19,085
  • 45
  • 135
  • 236
1
vote
2 answers

Google navigation using javascript in Cordova/Phonegap

I am using cordova application of telerik appbuilder based on HTML, javascript and css with Google Maps API v3 developing app for iOS and android. I have 2 points A and B each having different latitude and longitude for which, I am able to show a…
Saurabh
  • 47
  • 1
  • 8
1
vote
1 answer

How to login facebook in my application?

I am developing a cross platform application using phonegap(HTML5, CSS3, JavaScript), and I want to give a choice for users to login to facebook, and start chatting on a public room using their facebook account. how could I implement this?
1
vote
1 answer

Updating Marker Position for Location Tracking with PhoneGap and googlemaps plugin

I am trying to rework a phonegap app to use googlemaps plugin and v2 of google maps API. I am struggling with updating the marker position, which seems to work perfectly in v3, but not with the plugin. The issue seems to be when calling…
0
votes
2 answers

phonegap google maps with framework7 v2

i am having a serious problem working with phonegap google maps with Framework7 esp v2, I am required to select a div in my HTML to place a map here is what i did: HTML: JavaScript: There is more logic to the JS file but on my android device when…
Flash
  • 1,105
  • 14
  • 16
0
votes
0 answers

ionic2 native map multiple markers

I'm trying to implement native google maps in my ionic 2 project but i get an error to set markers clickable. this is my code to draw markers: for (var i = 0; i < mapMarkers.length; i++) { var centerMarker = mapMarkers[i]; …
0
votes
0 answers

White flash when call map.remove() or map.getMap()

I'm using the maps plugin (version 1) in the Cordova app: https://github.com/mapsplugin When to go to the map page or go the other page from the map page, on the app, there is a quick white flash. It displaying a white screen and then disappear…
0
votes
1 answer

Facebook and google maps plugins don't work together in PhoneGap app

I am going to create the app that shows google map and required social login with facebook. I decided to use: https://github.com/Wizcorp/phonegap-facebook-plugin and https://github.com/wf9a5m75/phonegap-googlemaps-plugin I don't know what is a…
0
votes
1 answer

How does Phonegap to migrate platform app

I have an app that maps routes developed for Android. Now I want to make the app for iOS, I'm estuando about PhoneGap and I have some questions: 1 - The Phone Gap convert my java code to Objective C? 2 - This is the solution most widely adopted…
csf
  • 961
  • 3
  • 13
  • 28
0
votes
4 answers

Map didn't appear in ionic with phonegap google maps plugin

I'm developping a Phonegap application with Ionic Framework and AngularJS, i have to put two maps, in different pages. I get this a blank window In app.js .run(function () { ionic.Platform.ready(function () { var div =…
tarek fellah
  • 365
  • 1
  • 10
  • 32