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

[iOS] ContentDialog doesn't block touch for background elements #2107

Closed
3 of 11 tasks
jeanplevesque opened this issue Nov 18, 2019 · 0 comments · Fixed by #2729
Closed
3 of 11 tasks

[iOS] ContentDialog doesn't block touch for background elements #2107

jeanplevesque opened this issue Nov 18, 2019 · 0 comments · Fixed by #2729
Labels
kind/bug Something isn't working platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform

Comments

@jeanplevesque
Copy link
Member

Current behavior

On iOS, you can interact with UI elements even when a ContentDialog is open.
content dialog ios

Expected behavior

On any platform, when a ContentDialog is open, you can only interact with it.
You can't interact with the elements behind the ContentDialog.

How to reproduce it (as minimally and precisely as possible)

  1. Launch the SamplesApp.iOS project from the Uno.UI solution.
  2. Navigate to the ContentDialog samples.
  3. Open the ContentDialog_Simple sample.
  4. Click one of the buttons to open the dialog.
  5. Interact with the elements in background.

Environment

Nuget Package: Uno.UI

Package Version(s): 1.45

Affected platform(s):

  • iOS
  • Android
  • WebAssembly
  • WebAssembly renderers for Xamarin.Forms
  • Windows
  • Build tasks
  • Solution Templates

Visual Studio:

  • 2017 (version: )
  • 2019 (version: )
  • for Mac (version: )

Relevant plugins:

  • Resharper (version: )
@jeanplevesque jeanplevesque added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification labels Nov 18, 2019
@jeromelaban jeromelaban added platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform and removed triage/untriaged Indicates an issue requires triaging or verification labels Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants