EddyVerbruggen / nativescript-local-notifications

:mailbox: NativeScript plugin to easily schedule local notifications
MIT License
162 stars 57 forks source link

App freezes when notification with HTTP image is delivered #165

Open Erudition opened 5 years ago

Erudition commented 5 years ago

It worked before, but now when I try button # 2 in the app, which uses the remote image file "https://images-na.ssl-images-amazon.com/images/I/61mx-VbrS0L.jpg", the app freezes. I've uninstalled it and commented out the image: line and all works well. Unfortunately, it continues doing that after putting the line back in.

This may be hard to debug, as I've been messing with that button 2 for a while, but I suspect it has to do with the very ad-hoc image downloader built in to the library. I suspect it could be:

Unfortunately, this only happens sometimes, so it may be hard to pin down in the end.