wt20
wt20
Hi, I had the same issue. And the problem came from the format method line 248 In the NFC.android.cs file, Add an else and this code. It worked perfectly for...
Hi, I tested the map with Androidx and I have an error I did not have before. 'Error using newLatLngBounds(LatLngBounds, int): Map size can't be 0. Most likely, layout has...
Hi, Is there some news on the tag property bindable? Thanks,
OK I finally found the solution by checking the source code `var ms = MapSpan.FromCenterAndRadius( new Position(SearchInputValue.Place.Latitude, SearchInputValue.Place.Longitude) , new Distance(SearchInputValue.Radius)); MapValue.InitialCameraUpdate = CameraUpdateFactory.NewBounds(ms.ToBounds(), 0);` What does the padding mean...
if I return !statusLiked it will work however if I have an error in my API call I couldn't come back to the iniitial value. Because the return will have...
How? Would you have an example? Thanks,
You have the same issue?
Any news ion this issue? Is there a workarround or bug fix coming?
Hi any news on this issue?
I found this case related I think which could help https://github.com/Azure-Samples/active-directory-xamarin-native-v2/issues/86 and this https://stackoverflow.com/questions/12909332/how-to-logout-of-an-application-where-i-used-oauth2-to-login-with-google