-
This doc http://blogs.windows.com/windows/b/appbuilder/archive/2014/02/05/introducing-the-new-hub-control-for-heterogeneous-data.aspx mentions "preferred landing points" aka Snap points(?).
How do I …
-
FlipView: itemSpacing property is only relevant for IE where touch manipulation is supported
-
The FlipView touch manipulation has a dependency on scroll-limits and snap-points with are not implemented in all browsers. Buttons are shown instead.
-
-grunt test
-click the FlipView link on the WinJS test page (to run the tests with qUnit)
-After running the tests in (Mac OS X 10.9.2/Chrome 34.0.1847.116; Mac OS X 10.9.2/Safari 7.0.2; Win7SP1/IE10;…
-
on IE11. Happens often but not every time.
-
The problem is the FlipView's adding the event handler to listen for pointer events directly:
``` javascript
this._contentDiv.addEventListener("pointermove", handleShowButtons, false);
```
Instead o…
-
This issue occurs. the Windows 10 preview but I confirmed it repros on Windows 8.1 with WinJS 4.0 as well. While SVG renders inline, it is much more difficult to render inline when building out templ…
ghost updated
9 years ago
-
In the "Create NavBar" demo on http://try.buildwinjs.com/default.aspx#navbar it is not clear how a person should navigate to the different pages of the NavBar. The buttons on the left/right side do no…
-
I traied your method but, after a succesful build, Android give me a ClassNotFoundException:
```
10-01 11:35:10.897 18389-18389/it.eng.mainapp E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: it…
-
WinJS.UI._trivialHtmlRenderer currently lives inside of listViewImpl, which puts a weird dependency on ListView for the FlipView control.
We should pull this method out into ui\utilities.js as well a…