Dima Dimov
Dima Dimov
## Summary This issue is a continuation of these pull requests: #1349 #1405 we need to implement - adding contacts - EmailType and PhoneType ( work, home, main, mobile ......
### Description of Change ### Apple changed behaviours and API for Photos Permission: - [PHAuthorizationStatus.limited](https://developer.apple.com/documentation/photokit/phauthorizationstatus/limited) - [presentLimitedLibraryPicker(from:)](https://developer.apple.com/documentation/photokit/phphotolibrary/3616113-presentlimitedlibrarypicker) - [PHAccessLevel](https://developer.apple.com/documentation/photokit/phaccesslevel) ### Related to issue ### - #1635 ### API Changes ###...
After the last changes, the project is not building because of `mdoc` and [`Microsoft.DotNet.XHarness.TestRunners.Xunit`](https://github.com/xamarin/Essentials/blob/2627bf2db0c009392e6558f31b9844fa2d4185fd/DeviceTests/DeviceTests.Android/DeviceTests.Android.csproj#L64)
### This fix changes the display of Pickers and Text Editors. **Before this fix, it looked like this:** | Picker | Entry | Editor | |:------:|:-----:|:-----:| || ||
### Description of Change ### This revision is necessary for applications that often use HapticFeedback. This changes will improve performance on iOS, UWP and Tizen. Using the new method, we...
**Description** I use your plugin in a Xamarin.Froms project with Arabic language support. But unfortunately even if we add a font for Arabic the RTL of the text remains incorrect....
### Description  ### Steps to Reproduce Just run `Maui.Essentials.Sample` on VS4Mac ### Link to public reproduction project repository https://github.com/dotnet/maui ### Version with bug 7.0 (current) ### Last version that...
**Platform (please complete the following information):** - OS: [Both] - Device: [iPhone6/iPhoneSimulator/Pixel/AndroidEmulator and etc] - Sdk vervion: [any] - Xamarin.Forms: [any] **Describe the bug** `CurrentIndex` does not change when adding...
### Summary If we set title to empty, the size of the header does not change |______________| "Choose date" | null |______________| |:--:|:--:|:--:|:--:| ||||| ### API Changes We need...
When I took screenshots for [Auto Localization PR](https://github.com/alexsorokoletov/Xamarin.iOS.DatePickerDialog/pull/13), I noticed that this panel is shifted. I checked this behavior does not depend on this PR in any way. ![Simulator Screen...