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: about 1 month ago
JSON representation
Close button for Xamarin.Forms modal page
- Host: GitHub
- URL: https://github.com/DamianAntonowicz/XamarinForms.CancelableModal
- Owner: DamianAntonowicz
- License: unlicense
- Created: 2018-06-28T22:05:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T02:00:52.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T23:32:48.590Z (7 months ago)
- Topics: android, cross-platform, ios, user-interface, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.26 MB
- Stars: 19
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - XamarinForms.CancelableModal ★19
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

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

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