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() returns NullEvents for .NET MAUI controls #119

Open
schnerring opened this issue May 4, 2022 · 6 comments
Open

.Events() returns NullEvents for .NET MAUI controls #119

schnerring opened this issue May 4, 2022 · 6 comments

Comments

@schnerring
Copy link

schnerring commented May 4, 2022

Using:

OS: Windows 10
Visual Studio : Community 2022 17.2.0 Preview 6.0
.NET version: net6.0
ReactiveUI: 18.0.10
ObservableEvents: 1.1.4

.Events() always returns NullEvents for MAUI controls.

@glennawatson
Copy link
Member

Thanks for the report. I have been snowed under by work the last month but will work on this weekend and see where I get.

@glennawatson
Copy link
Member

Started working on this one the weekend just gone. Upgrading to support Roslyn 4 which has some speed improvements

@J-Swift
Copy link

J-Swift commented Aug 11, 2022

Not sure if its related to this one, but I'm in a net6.0-ios/net6.0-android app (not using Maui.Controls, but I am using Maui.Core) and UITextField seems to be having issues. Events() returns me a NullEvents. The equivalent Android EditText is working as intended.

Screen Shot 2022-08-11 at 11 58 38 AM

@giusepe
Copy link

giusepe commented Jan 10, 2024

I'm facing the same issue when trying to use it with MAUI.
image

I'm running dotNet 8, VS2022 (17.8) and I can provide a sample to the issue if needed.

@glennawatson
Copy link
Member

I'm facing the same issue when trying to use it with MAUI. image

I'm running dotNet 8, VS2022 (17.8) and I can provide a sample to the issue if needed.

Sample would be great.

Thanks.

@giusepe
Copy link

giusepe commented Jan 11, 2024

Hey @glennawatson, don't mind the whole solution too much as it's a WIP for a MAUI sample. But if you look here, you should see the issue mentioned above.

Let me know if you need more details or another sample.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants