You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use @ionic-native/google-maps, please tell the package.json (only @ionic-native/core and @ionic-native/google-maps are fine mostly)
"@ionic-native/core": "^5.0.0",
"@ionic-native/google-maps": "^5.5.0",
Current behavior:
Will be blank screen with TileOverlay in case the map page is loaded as a main page by lazy loading
This issue is similar to #190
Expected behavior:
the map page is loaded as a main page by lazy loading should be seen well, not a blank.
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.
The text was updated successfully, but these errors were encountered:
Finally it works well. But I suggest to show error logs at the case 1 or 2 in Browser console, because there was no error log, it was really hard to find the root causes.
I'm submitting a ... (check one with "x")
If you choose 'problem or bug report', please select OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please tell the package.json (only@ionic-native/core
and@ionic-native/google-maps
are fine mostly)"@ionic-native/core": "^5.0.0",
"@ionic-native/google-maps": "^5.5.0",
Current behavior:
Will be blank screen with TileOverlay in case the map page is loaded as a main page by lazy loading
This issue is similar to #190
Expected behavior:
the map page is loaded as a main page by lazy loading should be seen well, not a blank.
Screen capture or video record:
Related code, data or error log (please format your code or data):
https://github.com/JeongJun-Lee/ionic4-gmap-overlay
The text was updated successfully, but these errors were encountered: