Nobody seems to be interested in this problematic but I dug into this question and found a useful resource: https://forums.xamarin.com/discussion/43575/getting-android-ios-accessibility-font-sizes In… (View Post)
Hello. My app is using a mix of controls (such as Label) without any size attribute set, sometimes using font size name ("medium", "small", ...) and sometimes using actual integer… (View Post)
Thanks @ColeX I've had the feeling as well it was related. I am indeed using v3.4.2 and tried to go back to v3.4.1 but problem was the same. But your guess is correct, I just tried to comment out the… (View Post)
In my app, I'm converting the image as stream of bytes: var stream = await DependencyService.Get<IPicturePicker>().GetImageStreamAsync(); if (stream != null) { byte[] bytes = null; using (Memor… (View Post)
You may switch to the "Xcode 12 Preview" channel in Visual Studio. Be sure to Sign In with your Microsoft account otherwise you'll only see "Stable" and "Preview" as ava… (View Post)