-
I have a `win-flip-view` control and need to replace the last item. When I do that while having the last item on screen, it fades out, the flipview goes back to the previous item and the new item. The…
-
In ModernIE browser on tablet device with Windows 8.1 I have strange behavior. My webpage shows in modern IE by 150% of zoom by default. But if I reduce zoom until 125% after that touch input not work…
-
FlipView.xaml is defining it's own button style called `ControlButton`. Visually it's very similar to the `MetroCircleButtonStyle` of Button.xaml.
is there a specific reason that it uses a custom sty…
-
Hi,
I'd like to know how I can use the FlipView component without JSON and without the client side template. I'd like to use it like this by completely removing the client side bindings:
``` html
…
-
Hi Manu,
I try to build an infinity flip view. After flipevnt.
this is my workaround:
```
var length = FlipView.getViews().length;
if (_event.index == length - 2) {
// remove the dummy on end:
Fli…
-
Feature: FlipView
Source: http://try.buildwinjs.com
I was demonstrating the FlipView control to my team today for possible use in one of our projects (and showing how the same control nicely handles …
-
Thanks for the great library.
Is it possible to extend this to flip along a horizontal axis as opposed to a vertical axis? If it already exists can you please provide an example/documentation.
Tha…
-
Application crashes randomly on a physical device when compiled with .NET Native for ARM.
Running processes info show rapid memory usage grow up to >180 Mb.
When compiled with plain .NET (not .NET Nat…
-
Hi, I have a problem. When you use FlipView for example.
Poor performance, retarding when browsing pictures.
In output console pops up many exceptions ...
You could download my example the link http:/…
-
Hello,
To test the stability of ConfuserEx I tried to confuse the sample application of MahApps metro framework, it's an application that uses many WPF functions and it's a good testing ground.
GitHub…