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

Events of items of ListView are not invoked #1009

Closed
2 of 9 tasks
zipswich opened this issue Jun 4, 2019 · 3 comments · Fixed by #1064
Closed
2 of 9 tasks

Events of items of ListView are not invoked #1009

zipswich opened this issue Jun 4, 2019 · 3 comments · Fixed by #1064
Labels
kind/bug Something isn't working platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform

Comments

@zipswich
Copy link

zipswich commented Jun 4, 2019

Current behavior

Clicking a button or holding a control of an item does not invoke corresponding events.

Expected behavior

The events should be invoked.

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

Use the attached project as repro

Environment

VS2017 Enterprise on Windows 10 1809 paired with Macbook Pro

Nuget Package:
Uno.UI

Package Version(s):
1.45.0-dev.1705
Affected platform(s):

  • iOS
  • Android
  • WebAssembly
  • Windows
  • Build tasks

Visual Studio

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

Relevant plugins

  • Resharper (version: )

Anything else we need to know?

UnoDebug.zip

@jeromelaban jeromelaban added platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform kind/bug Something isn't working labels Jun 4, 2019
@jeromelaban
Copy link
Member

Related to #1014, where button click does not work properly

@jeromelaban
Copy link
Member

Can also be related to event registration early collection, for that generated delegate:

https://github.com/nventive/Uno/blob/6864661e8005ea2618478b9f5bc724c44ea40e14/src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs#L2083

It should be hard referenced in the enclosing class.

@zipswich
Copy link
Author

zipswich commented Jun 21, 2019

Confirmed button click is working now.👍
Holding event still does not seem to work, but it does not matter anymore for my project because I have added a button to do the work.

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