wt20

Results 22 issues of wt20

Hi, I have the following exceptuion when I use ffimageloading Specified method is not supported. StackTrace: at Android.Runtime.InputStreamInvoker.get_Length () [0x00014] in :0 at FFImageLoading.StreamExtensions.AsSeekableStreamAsync (System.IO.Stream stream, System.Boolean forceCopy) [0x0001b] in...

Hi, I try to save an object and I have the exception Sequence contains no elements The details are below if you can help because I can't sort it out....

Bug

hi, When I try to serialize my data I have the error: Self referencing loop detected for property x To fix this issue I would olike to have access to...

Bug

Hi, How can I change the speed of the playback of my lottie? Thanks,

Hi, How can I change the background color of the lottie? ![image](https://user-images.githubusercontent.com/8339768/126049444-ed03b5fb-7f2b-444a-9007-a23a25b93a4a.png)

Hi, Is it possible to setup the tag property as a bindable property? Is there a reason it's not? May I change it and push the modification? Thanks, ![image](https://user-images.githubusercontent.com/8339768/92477479-f98da780-f1e0-11ea-88dd-02902debb059.png)

Hi, Everytime I use AnimateCamera(newBoundsArea, TimeSpan.FromSeconds(3)); I have the error System.NotSupportedException: 'Unable to activate instance of type Java.Lang.Runnable from native handle 0xffbf463c (key_handle 0x1c1d651).' How can I fix it? I...

Hi, I setup a circle radius binded to a slider. It works perfectly. However when the zoom is too big the circle is bigger than the visible region. I wanted...

Hi, I use the last version of XFGMaps. I try to initialize the position with: ` MapValue.MoveToRegion( MapSpan.FromCenterAndRadius( new Position(SearchInputValue.Place.Latitude, SearchInputValue.Place.Longitude) , new Distance(SearchInputValue.Radius)));` But nothing happens. Then I tried...

Hi, I would like to be able in the tap event to set the liked state and change the state of the button and then call my API. It's to...