Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16934] Swiping gesture on native windows browser components

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-24T20:16:07.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsWindows Hybrid
Labelsn/a
ReporterJamil Spain
AssigneeChris Barber
Created2014-05-08T18:24:50.000+0000
Updated2017-03-20T17:43:29.000+0000

Description

...to go from one article to the next

Comments

  1. Chris Barber 2014-05-08

    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.
  2. Chris Barber 2016-08-24

    Windows Hybrid is dead.
  3. Lee Morris 2017-03-20

    Closing ticket as Windows Hybrid is no longer supported.

JSON Source