View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000958 | NoesisGUI | Unity | public | 2016-10-02 23:18 | 2026-03-28 02:43 |
| Reporter | nokola | Assigned To | sfernandez | ||
| Priority | low | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.2.6f5 | ||||
| Summary | 0000958: With PanningMode=Both in ScrollViewer buttons don't update background when tapped on Android | ||||
| Description | With PanningMode=Both in ScrollViewer buttons don't update background when tapped on Android | ||||
| Steps To Reproduce |
Actual:
| ||||
| Platform | Any | ||||
|
Hi, We've been analyzing the Behavior in NoesisGUI and it matches exactly what WPF does. Let me try to explain what is happening: When touch events are used inside a control that handles manipulation (as ScrollViewer does when PanningMode != None), then it captures touch events (raising ManipulationStarting event) until you move or release the touch. OPTION 1: COMPLETED MANIPULATION If touch is moved enough, then a manipulation starts (raising ManipulationStarted event, and subsequent ManipulationDelta events). Until touch is released (possibly raising ManipulationInertiaStarting event followed by some more ManipulationDelta events, and finally the ManipulationCompleted event). This scenario can be better understood with the following MSDN image: OPTION 2: CANCELLED MANIPULATION If you release the touch without moving it, then manipulation is cancelled, and previous touch events are promoted to mouse events. That means that the button will receive MouseDown, MouseMove and MouseUp events all in the same frame. So no visible change is seen in the button, but the Click event is always raised. In a future release we want to change this behavior to something similar to UWP, that is better prepared for touch and multitouch environments than WPF. Meanwhile, if you want to see a visual response when a Button receives a touch, maybe you can add an EventTrigger for the TouchDown event that animates the backgrounds color: ... Hope this helps. |
|
|
This is the plan we have to improve Touching in 1.3 (basically, doing in like UWP) |
|
|
Thanks, sounds good! Given that multitouch is a huge part of the market (phones, tablets) it's important and welcome change. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-10-02 23:18 | nokola | New Issue | |
| 2016-10-04 23:22 | sfernandez | Assigned To | => sfernandez |
| 2016-10-04 23:22 | sfernandez | Status | new => assigned |
| 2016-10-19 13:28 | sfernandez | Note Added: 0004176 | |
| 2016-10-19 13:28 | sfernandez | Status | assigned => feedback |
| 2016-10-21 19:28 | jsantos | Note Added: 0004180 | |
| 2016-10-28 13:15 | nokola | Note Added: 0004196 | |
| 2016-10-28 13:15 | nokola | Status | feedback => assigned |
| 2018-11-01 02:14 | jsantos | View Status | public => private |
| 2018-11-22 19:09 | sfernandez | View Status | private => public |
| 2018-11-22 19:09 | sfernandez | Platform | => Any |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |
| 2026-03-28 02:43 | jsantos | Status | assigned => resolved |
| 2026-03-28 02:43 | jsantos | Resolution | open => fixed |