Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DamianAntonowicz/XamarinForms.CancelableModal
- Owner: DamianAntonowicz
- License: unlicense
- Created: 2018-06-28T22:05:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T02:00:52.000Z (over 6 years ago)
- Last Synced: 2024-08-03T23:25:24.167Z (4 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
![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/