Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

How to place an ActionSheet on iPad?

$
0
0

Hey Guys,

i am trying to show an ActionSheet in the lower right corner (iPad). But i cannot find any placing options. It seems that the ActionSheet is only showing correct on an iPhone, but not on an iPad. Do i miss something?

        var sheetConfig = new ActionSheetConfig();

        if (picker.IsCameraAvailable)
            sheetConfig.Add("Kamera", () => this.FromCamera.Execute(null));
        if (picker.IsPhotoGalleryAvailable)
            sheetConfig.Add("Galerie", () => this.FromGallery.Execute(null));

        dialogs.ActionSheet(sheetConfig);

Would be nice, if someone could give me a hint.

Thanx in advance.
Chris


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>