question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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. img

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 img

Version: 1.7.8

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ScarletKurocommented, Sep 26, 2021

Closing, since there is ticket request for update https://github.com/Baseflow/XF-Material-Library/issues/436

1reaction
ScarletKurocommented, Sep 26, 2021

I would appreciate if the new version could be uploaded on nuget. Then I can close this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found