I am doing cart program. What I wanted to do is when a user clicks on a item it needs to display a custom action sheet where user can enter the quantity for that item.
At present I am doing with 2 pages. Once user clicks it will navigate to another where user can enter the quantity.
I can do it with Xamarin Android. However I don't have an idea how can I achieve it with Xamarin Forms and Prism.
Any guidance will be most welcome.
also this doesn't work for me. Xamarin Forms/Prism Custom Popup
IPageDialogService
, if you need a totally customized look you should use a PopupPage using Prism.Plugin.Popups – Dan Siegel