ZaKull

Results 6 comments of ZaKull

https://stackoverflow.com/questions/41697124/nativescript-angular2-create-image-programmatically-and-share/41723368#41723368

using background plugin. The error occurs when you have to exit the app to take a photo and then when you return. I recommend using the background plugin so that...

Same error, I have the reverse proxy for IPv6 configured correctly.

I found the problem in Nginx. You have to add `proxy_buffering off;` as it's for WebSockets or SSE. location / { proxy_pass http://:5678/; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header...