astralmaster
astralmaster
My bad, the Samples project works for the same exact configuration so it must be something on my end.
> > My bad, the Samples project works for the same exact configuration so it must be something on my end. > > I have the same issue. What's the...
The issue is not present when debugging on Android so Hot Restart feature obviously has something to do with it. All I was able to find is that the `sourceStream.ReadAsync`...
Like I said above, you can clone the ffimageloading repo and compile from source and use the .dll-s in your project instead of Nuget packages. This solves the issue for...
Update: The same event is also fired every time the application comes to foreground from background (being 'minimized')
Yes, that's what I am doing as well. I found another issue with the same exact symptoms and over there they resolved it by doing the same exact thing. However...
So, is there? One of the most important aspects of receiving a notification is to be notified about it via vibration, sound and screen lights coming on. On iOS this...
Still an issue to this day.
That would be a great feature. Web server administrators should have the option to disallow unload events, especially when they originate from 3rd-party iframes. Sometimes you need to use external...
The performance is greatly improved by disabling `ExtractMetadata` method of `FormsVideoView.cs` in Droid platform project, which is used for getting video width and height information for later using it to...