question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Map freeze after pushing view, since certain commit

See original GitHub issue

I’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)

branch-cordova-sdk 2.6.17 "branch-cordova-sdk"
com.googlemaps.ios 2.6.0 "Google Maps SDK for iOS"
cordova-open-native-settings 1.4.1 "Native settings"
cordova-plugin-advanced-http 1.11.0 "Advanced HTTP plugin"
cordova-plugin-ble-central 1.1.4 "BLE"
cordova-plugin-compat 1.2.0 "Compat"
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-file 6.0.1 "File"
cordova-plugin-geolocation 4.0.1 "Geolocation"
cordova-plugin-googlemaps 2.3.2-beta-20180515-1309 "cordova-plugin-googlemaps"
cordova-plugin-inappbrowser 3.0.0 "InAppBrowser"
cordova-plugin-insomnia 4.3.0 "Insomnia (prevent screen sleep)"
cordova-plugin-ionic-webview 1.1.16 "cordova-plugin-ionic-webview"
cordova-plugin-ios-non-exempt-encryption 1.0.0 "ITSAppUsesNonExemptEncryption false"
cordova-plugin-network-information 1.3.4 "Network Information"
cordova-plugin-qrscanner 2.5.0 "QRScanner"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-swift-support 3.1.1 "SwiftSupport"
cordova-plugin-whitelist 1.3.3 "Whitelist"
ionic-plugin-keyboard 2.2.1 "Keyboard"

"@ionic-native/core": "4.7.0",
"@ionic-native/google-maps": "^4.8.2",

Current behavior: Since commit https://github.com/mapsplugin/cordova-plugin-googlemaps/commit/0dbe65d6a92fcbf1bca9793d7238b507dc802729 the map is frozen after new view is pushed into NavController (map.setDiv(null) is called in ionViewWillLeave and map.setDiv(mapDiv) is called on onViewWillEnter) and pushed view is dismissed.

On Android - map is frozen on new view closed On iOS - map is blank on new view closed

No error in console is provided.

With previous commint https://github.com/mapsplugin/cordova-plugin-googlemaps/commit/d783ff0d95b802250ac57c5c86cc09a0447bc706 is no problem.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
cedrickbaecommented, May 17, 2018

I also experience this issue. What I did temporarily is use modal instead of push.

0reactions
vosecekcommented, May 21, 2018

My fault, setClickable has been called on ionViewWillEnter() not ionViewDidEnter().

I can confirm the bug is fixed. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

iOS App Freezes on PushViewController - swift - Stack Overflow
I finally got it to freeze again. The app was in the background and I brought it back and tried pushing a view...
Read more >
PAN-OS 10.1.5 Known Issues - Palo Alto Networks
The push scope selection on the Panorama web interface displays incorrectly even though the commit scope displays as expected. This issue occurs when...
Read more >
Thunderstorms clear out overnight, weekend ahead looks ...
HOUSTON, Texas (KTRK) -- We're seeing widespread showers and thunderstorms pushing through Southeast Texas. A Pacific cool front arriving before sunrise ...
Read more >
pre-commit
The repository mapping tells pre-commit where to get the code for the hook from. repo. the repository url to git clone from. rev....
Read more >
The Advocate | Baton Rouge, Louisiana Breaking New | The ...
The Advocate is Louisiana's leading news source, providing award-winning local and regional news coverage.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found