AvaloniaCommunity / Prism.Avalonia

Prism Avalonia UI framework. Super charge your cross-platform apps with IoC, navigation, and more! Sponsored by Suess Labs. Prism is based on Microsoft patterns and practices.
https://www.nuget.org/packages/Prism.Avalonia/
MIT License
313 stars 40 forks source link

[Enhancement] [Mobile] Support Android platform With IDialogService #195

Open BZP1122 opened 3 months ago

BZP1122 commented 3 months ago

Environment

Severity (1-5)

5

Steps To Reproduce

var ret = await _dialogService.ShowDialogAsync( viewName, dialogParmaeters );

Expected Behavior

ShowDialog

Screenshots

image

DamianSuess commented 3 months ago

Thank you for reporting this.

At this time, the DialogService is only supported for desktop applications.

DamianSuess commented 3 months ago

@BZP1122, since this feature was never intended to support mobile devices, I'm going to change the title & tags an enhancement request.

Marking it for vNext under the mobile development support feature set 👍