[Bug | iOS] Spacing between buttons on material dialog
See original GitHub issue🐛 Bug Report
same issue as here https://github.com/Baseflow/XF-Material-Library/issues/83 On iOS 14.4 the dialog looks like this. Both in emulator and real device.
The code is simple
var result = await _materialDialog.ConfirmAsync(
Localization["UNLINK_DEVICE_MESSAGE"],
Localization["UNLINK_DEVICE_TITLE"],
Localization["UNLINK_DEVICE_YES"],
Localization["UNLINK_DEVICE_NO"]);
var yes = result.HasValue && result.Value;
All XF.Material settings are stock. Xamarin.Forms version is 5.0.0.2012 just in case.
Expected behavior
Expecting the space to be like this as on android
Version: 1.7.8
Platform:
- 📱 iOS
- 🤖 Android
- 🏁 WPF
- 🌎 UWP
- 🍎 MacOS
- 📺 tvOS
- 🐒 Xamarin.Forms
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:12 (6 by maintainers)
Top Results From Across the Web
[iOS] Spacing between buttons in MaterialInputDialog & ...
Bug Report Negative/Cancel button is overlapping the positive button in few dialog(MaterialInputDialog and SelectChoiceAsync) in IOS only.
Read more >Get rid of white space around Angular Material modal dialog
I want to get rid of the white space in my Angular Material modal dialog. How do I style the css so I...
Read more >[Solved]-Space between two buttons in Material Design-Reactjs
You can change the spacing value to change the space between two Grid items. By default, 1 = 8px and it can be...
Read more >Buttons | Apple Developer Documentation
An image button's edges define its clickable area even when they aren't visible. Including padding ensures that a click registers correctly ...
Read more >How can I adjust the space between these two buttons?
I'd like the space between these two buttons to be less. Do I just adjust the margins on them?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing, since there is ticket request for update https://github.com/Baseflow/XF-Material-Library/issues/436
I would appreciate if the new version could be uploaded on nuget. Then I can close this issue.