Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DamianAntonowicz/XamarinForms.CancelableModal

Close button for Xamarin.Forms modal page
https://github.com/DamianAntonowicz/XamarinForms.CancelableModal

android cross-platform ios user-interface xamarin xamarin-forms

Last synced: 29 days ago
JSON representation

Close button for Xamarin.Forms modal page

Awesome Lists containing this project

README

        

# 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](docs/Android_demo.gif)

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

## iOS

![alt text](docs/iOS_demo.gif)

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