All Projects → DamianAntonowicz → XamarinForms.CancelableModal

DamianAntonowicz / XamarinForms.CancelableModal

Licence: Unlicense license
Close button for Xamarin.Forms modal page

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to XamarinForms.CancelableModal

Xamarin.forms
Xamarin.Forms Official Home
Stars: ✭ 5,485 (+28768.42%)
Mutual labels:  xamarin-forms, user-interface
Essential Ui Kit For Xamarin.forms
Free and beautiful XAML template pages for Xamarin.Forms apps.
Stars: ✭ 780 (+4005.26%)
Mutual labels:  xamarin-forms, user-interface
Xamarin.forms.breadcrumb
This is a breadcrumb navigation control that is complete automatic and uses the Navigation stack and page titles to generate the breadcrumbs.
Stars: ✭ 130 (+584.21%)
Mutual labels:  xamarin-forms, user-interface
Xamarin.Forms-Succinctly
This is the companion repo for Xamarin.Forms Succinctly by Alessandro Del Sole. Published by Syncfusion.
Stars: ✭ 44 (+131.58%)
Mutual labels:  xamarin-forms
XamarinForms.LocationService
Xamarin Background Services, Background Location Updates, Location Updates, BroadCastReceiver
Stars: ✭ 61 (+221.05%)
Mutual labels:  xamarin-forms
XFFacebookLoginButtonExample
Using Native Facebook Login Button in Xamarin.Forms
Stars: ✭ 18 (-5.26%)
Mutual labels:  xamarin-forms
MeteorCandy-meteor-admin-dashboard-devtool
The Fast, Secure and Scalable Admin Panel / Dashboard for Meteor.js
Stars: ✭ 50 (+163.16%)
Mutual labels:  user-interface
xamarin-forms-statusbar
Xamarin.Forms Effect to manage the StatusBar BackgroundColor.
Stars: ✭ 16 (-15.79%)
Mutual labels:  xamarin-forms
EntryCustomReturnPlugin
Xamarin.Forms Plugin to customize the Xamarin.Forms.Entry Keyboard Return Button
Stars: ✭ 81 (+326.32%)
Mutual labels:  xamarin-forms
net6.0-mobile-fsharp
Mobile templates for .NET 7.0 / F# 7.0
Stars: ✭ 76 (+300%)
Mutual labels:  xamarin-forms
Xamarin-Forms-Material-Cards
Material Design in Xamarin Forms
Stars: ✭ 18 (-5.26%)
Mutual labels:  xamarin-forms
Firefox-UI-Fix
🦊 I respect proton UI and aim to improve it.
Stars: ✭ 4,259 (+22315.79%)
Mutual labels:  user-interface
MvvmCross-Extensions
Some of the utilities I'm developing and using in my MvvmCross projects
Stars: ✭ 21 (+10.53%)
Mutual labels:  xamarin-forms
xamarin-forms-gui.cs
Xamarin.Forms gui.cs Backend
Stars: ✭ 74 (+289.47%)
Mutual labels:  xamarin-forms
bco.bcozy
BCozy - A location based smart home user interface.
Stars: ✭ 21 (+10.53%)
Mutual labels:  user-interface
XamarinFormsPinView
PIN keyboard for Xamarin.Forms.
Stars: ✭ 83 (+336.84%)
Mutual labels:  xamarin-forms
xamarin-forms-demo-app
A demo application in this repository demonstrates the capabilities of the DevExpress Mobile UI for Xamarin.Forms: Data Grid, Editors, Charts, Scheduler, Data Form, and other controls.
Stars: ✭ 74 (+289.47%)
Mutual labels:  xamarin-forms
Packet Sender Mobile
iOS and Android version of Packet Sender
Stars: ✭ 58 (+205.26%)
Mutual labels:  xamarin-forms
smart-webcomponents-community
Material & Bootstrap Web Components built with Smart
Stars: ✭ 30 (+57.89%)
Mutual labels:  user-interface
gwallet
gwallet is a minimalistic and pragmatist opensource lightweight crossplatform brainwallet for people that want to hold the most important cryptocurrencies in the same application with ease and peace of mind
Stars: ✭ 26 (+36.84%)
Mutual labels:  xamarin-forms

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].