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

WASM: Add support for UIElement.PointerPressedEvent #18

Closed
yowl opened this issue Sep 13, 2018 · 1 comment
Closed

WASM: Add support for UIElement.PointerPressedEvent #18

yowl opened this issue Sep 13, 2018 · 1 comment

Comments

@yowl
Copy link

yowl commented Sep 13, 2018

In trying to get Uno.Telerik.UI-For-UWP wasm head to run you get the following stack (just cut the top) when adding a RadNumericBox to MainPage.xaml

System.NotImplementedException: The member RoutedEvent UIElement.PointerPressedEvent is not implemented in Uno. mono.js:1:34591 at Windows.UI.Xaml.UIElement.get_PointerPressedEvent () <0x26a0048 + 0x0000c> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Telerik.UI.Xaml.Controls.Primitives.RangeSliderPrimitive.AttachThumbsEvents () <0x269f680 + 0x000ac> in <c9e2f560fb634f99b4531d43f82ceaa1>:0 mono.js:1:34591 at Telerik.UI.Xaml.Controls.Primitives.RangeSliderPrimitive.OnTemplateApplied () <0x268c5a8 + 0x00108> in <c9e2f560fb634f99b4531d43f82ceaa1>:0 mono.js:1:34591 at Telerik.UI.Xaml.Controls.RadControl.OnApplyTemplate () <0x26190c0 + 0x0005c> in <c9e2f560fb634f99b4531d43f82ceaa1>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.set_TemplatedRoot (Windows.UI.Xaml.UIElement value) <0x251bd38 + 0x00098> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.UpdateTemplate () <0x24bfb88 + 0x0007e> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.SetUpdateControlTemplate (System.Boolean forceUpdate) <0x24bf968 + 0x00038> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.OnTemplateChanged (Windows.UI.Xaml.DependencyPropertyChangedEventArgs e) <0x24bf6c8 + 0x00018> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control+<>c.<.cctor>b__260_0 (Windows.UI.Xaml.DependencyObject s, Windows.UI.Xaml.DependencyPropertyChangedEventArgs e) <0x24bf5f0 + 0x00024> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at (wrapper delegate-invoke) <Module>.invoke_void_DependencyObject_DependencyPropertyChangedEventArgs(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.DependencyPropertyChangedEventArgs)

To progress the ability to use third party controls it would be good to have this supported. Sure there's other things but this is the first to be hit.

@jeromelaban
Copy link
Member

Related to unoplatform/uno#160

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

2 participants