Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BZP1122 opened this issue Aug 19, 2024 · 2 comments
Open

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

BZP1122 opened this issue Aug 19, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@BZP1122
Copy link

BZP1122 commented Aug 19, 2024

Environment

  • **OS: Android
  • **Prism.Avalonia Version:9.0.401.11110-pre
  • **Avalonia Version:11.1.3

Severity (1-5)

5

Steps To Reproduce

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

Expected Behavior

ShowDialog

Screenshots

image

@BZP1122 BZP1122 added the enhancement New feature or request label Aug 19, 2024
@DamianSuess
Copy link
Collaborator

DamianSuess commented Aug 19, 2024

Thank you for reporting this.

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

@DamianSuess
Copy link
Collaborator

DamianSuess commented Aug 21, 2024

@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 👍

@DamianSuess DamianSuess added this to the vNext milestone Aug 21, 2024
@DamianSuess DamianSuess changed the title [Issue] Error on Android platform With IDialogService [Enhancement] [Mobile] Support Android platform With IDialogService Aug 21, 2024
@DamianSuess DamianSuess added the help wanted Extra attention is needed label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants