❔ How do I show SaveDialog once when pressing button?
How can I only show the savedialog once when you press the button, than once you press it again it will save it but not show a dialog. (sorry for bad english)
6 Replies
with a bool variable
what do I have to do to add it?
how do I make it so that it doesn't show the dialog but saves it anyway?
Did you try DisplayAlert?
no what does that do?
Sorry this is aka Dialog in Xamarin forms. I did not check your problem platform. but You can write in your button method:
bool - is a variable , returns true or false
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.