❔ Navigation.PushModalAsync() not modal
I am trying to popup a modal ConetPage using:
From a class inheritance of:
Sadly neither of these worked:
During a button event I am trying to display another page in modal form and wait for the user response. This page is based on ContentPage, contains a VerticalStackLayout, ScrollView, and CollectionView.
From a class inheritance of:
Sadly neither of these worked:
During a button event I am trying to display another page in modal form and wait for the user response. This page is based on ContentPage, contains a VerticalStackLayout, ScrollView, and CollectionView.