Results 42 comments of stharvey

I'm experiencing this same issue on a Pixel 4 real device. ` this.streamingMedia.playVideo(streamurl,options);` The video loads and plays correctly. shouldAutoClose works once the video gets to the end but no...

Also, other errors are coming through like this: `Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in...

Hello, Did you ever find a resolution to this? I am finding that Firefox (53.0 on Mac Sierra) is constantly flickering. Not the yellow flicker that you were experiencing though...

I am seeing this exact issue too. At first I was using `XMLHttpRequest ` and was getting this issue so I changed over to using axios and problem is exactly...

Hello again, I've figured this out. Just in case this helps someone else: The issue was occurring when running a development bundle on a metro server - axios/xhr was reporting...

Hello @milad145 - yes, in my case this only occurs when running it via Metro Bundler - i.e. a debug or development build. If you are able to edit your...

Hello @MohamedKamalOthman - can you confirm that this is happening on your release builds? This happens when running a debug build but should work correctly in release.

Thanks for the update. As far as I am aware there is no way to get this working on debug builds. The debug server is acting as a proxy and...

Watching with interest as I have experienced the same issue on a Pixel 4 device. Location Services and ImagePicker are core features of my app so it would be great...

@mauricedoepke Thanks for the fix - I haven't applied a patch like this before but will give it a go later. @Nxtra I'm also surprised that this issue hasn't received...