-
Notifications
You must be signed in to change notification settings - Fork 15
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
app crashed when setupMarkerCluster in Angular #14
Comments
@sedrak1987 remove this |
dear where is index.android.ts file?(maybe in node_modules, if yes, then why I must change core files) |
I have the same issue , the app is crashing in setupMarkerCluster method call. The crash seems to happen in this line of index.android.js:
If I comment that line, the app won´t crash but obviously no marks are displayed. Note: occasionally I have seen the app working fine in the emulator (no crash, cluster displayed) by removing the comment to the line that was crashing (hot reload). However, stopping and deploying again the app in the emulator or building the apk and testing in a real device will make it crash again. Testing on NativeScript 5, Angular project that just has a home component with the map and a function to add markers on map ready event (similar to the demo project). More info from package.json:
It would be very good to have this working since this is a useful feature and no other NativeScript plugin seems to exist that provides clustering and heatmaps functionality. |
app crashed when setupMarkerCluster in NS Angular app
The text was updated successfully, but these errors were encountered: