error show htmlinfowindow
See original GitHub issueI’m submitting a … (check one with “x”)
- question
- any problem or bug report
- feature request
If you choose ‘problem or bug report’, please select OS: (check one with “x”)
- Android
- iOS
cordova information: (run $> cordova plugin list
)
insert the output from the command here
If you use @ionic-native/google-maps
, please tell the package.json (only @ionic-native/core
and @ionic-native/google-maps
are fine mostly)
Current behavior:
Expected behavior:
Screen capture or video record:
Related code, data or error log (please format your code or data):
The person who share your project files on Github (or other git repository) is in faster lane than other people. Please share your project files on Github or others(Bitbucket, Gitlabs…etc). If you don’t want to share your project files, please create a demo project, then share it.
Screen captures, and/or native logs(such as Logcat, xcode logs) are appreciate.
Giving much information, you are waiting time is less. Thank you for your cooperation.
Hello,
Whenever I show several times and hide an infowindow there comes a point that fails.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top GitHub Comments
Ok, I finally figured out the problem, and fix it. I didn’t noticed your app generate dynamic image with canvas.
In order to fix the problem, please reinstall the plugin from the
multiple_maps
branch.One default behavior has been changed. The
HtmlInfoWindow
does not apply thewhite-space:pre
css property to the contents anymore. In order to keep the design, please modify your CSS like this.Ohh! Thank you very much, working correctly, you are a crack friend (Y), I had some problems compiling with the multiple_maps branch in phonegap build, but the rest worked very well.
PD: If I have to make images with canvas to add the label to the marker, sorry for not mentioning the data.