Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: [google-maps]: HtmlInfoWindow missing .on and .one methods #2034 #2035

Merged
merged 90 commits into from
Nov 1, 2017
Merged

Fix: [google-maps]: HtmlInfoWindow missing .on and .one methods #2034 #2035

merged 90 commits into from
Nov 1, 2017

Conversation

wf9a5m75
Copy link
Contributor

@wf9a5m75 wf9a5m75 commented Oct 9, 2017

HtmlInfoWindow class should extend BaseClass.

Copy link

@lecajer lecajer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 we need this fix "Error when removing map"
Any idea how to get this merged in the official version of ionic-native ?

@wf9a5m75
Copy link
Contributor Author

@jeremlicious Try from my repository.

$> git clone https://github.com/wf9a5m75/ionic-native

$> cd ionic-native

$> node -v
7.10

$> npm run build google-maps

$> cd (your project folder)

$> npm uninstall @ionin-native/core @ionic-native/google-maps

$> npm install (path to)/ionic-native/dist/\@ionic-native/core

$> npm install (path to)/ionic-native/dist/\@ionic-native/google-maps

…es()

Those methods need to create new instance of BaseArrayClass of wrapper plugin.
…Id() if the passed element is string

update: map.setDiv()

Bug fix: can not create empty GoogleMap (pure JS version is available way)
@ihadeed ihadeed merged commit ce6e412 into danielsogl:master Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants