Cristian Merli
Cristian Merli
**Description:** When I run the app I can receive the notifications correctly, in foreground and in background, no issues there. But when I don't use the phone for some time...
Hello, I have many crash reports in AppCenter that are related to the `GetAsync()` and `SendAsync()` methods. > ModernHttpClient ByteArrayListStream.ReadAsync (System.Byte[] buffer, System.Int32 offset, System.Int32 count, System.Threading.CancellationToken cancellationToken) ModernHttpClient ProgressStreamContent+ProgressStream.ReadAsync...
Hello, several times when I call `PushSendAsync` I get exceptions such as: > System.Net.Http.HttpRequestException An error occurred while sending the request. Void Throw() > WebException The underlying connection was closed:...
Hello, once again VS updates screwed up my favorite extension! It seems like these don't apply anymore: - Sematic Normal Method - Semantic Property (when used, but it works when...
Hello, any reason why `api.addAsyncRequestTransform(...)` is not being triggered at all in iOS? I tested it with a `console.log` in Android (it works on every request) and iOS (never being...
## Description Can't change the Agenda events container background color. ## Expected Behavior Setting the `backgroundColor` should change the background color of the events area. ## Observed Behavior The background...
Once you focus on the `RichEditor` and the keyboard shows, I am unable to close it. You should be able to automatically close the keyboard by tapping outside of the...
You can't focus the `` (and show the keyboard) when the control is a child of a `` component: ```jsx console.log('Pressed outside the editor')}> ``` Here's a sample in Snack:...
I am using Expo 49 and the app crashes on android with this exception: > API key not found. Check that is in the element of AndroidManifest.xml I set up...
Hello, I have tried a bunch of options but I am unable to set the width of my columns to fit the content. For example, here you can see that...