[TIMOB-16934] Swiping gesture on native windows browser components
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T20:16:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows Hybrid |
Labels | n/a |
Reporter | Jamil Spain |
Assignee | Chris Barber |
Created | 2014-05-08T18:24:50.000+0000 |
Updated | 2017-03-20T17:43:29.000+0000 |
Description
...to go from one article to the next
If the articles being displayed using a WebBrowser object created by the reflection API, then you'll need to listen to the manipulation events on one of the border or grid element children of the WebBrowser instance. I'm not sure you can even get a reference to those child elements using the reflection API. I did it once using a VisualTreeHelper class. Furthermore, Windows Phone 8 uses a grid and I don't think you can move elements on the grid. Grids don't use absolute positioning like Titanium or the web does. I think this may prove to be way too difficult to accomplish. Consider a "back" button.
Windows Hybrid is dead.
Closing ticket as Windows Hybrid is no longer supported.