Skip to content

DamianAntonowicz/XamarinForms.CancelableModal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XamarinForms.CancelableModal

Xamarin.Forms doesn't support closing modal page out of the box. We have to implement this feature manually.

This sample project presents how to implement a close button on a modal page in Xamarin.Forms. The close button is implemented according to the guidelines provided by Apple and Google.

Android

alt text

Google docs about dialogs: https://material.io/design/components/dialogs.html

iOS

alt text

Apple docs about modality: https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/modality/