Uno.Samples
Uno.Samples copied to clipboard
[MvuxHowTos] [PaginationPeopleApp] [Mobile] The PageCounter isn't displaying on Mobile
The counter at the bottom of the second ListView to change pages isn't displaying a page number on Mobile and the arrows do not increment/decrement the counter.
The counter should display a value and the arrows should work on Mobile.
I think the problem is that the default value in the NumberBox isn't displaying and doesn't seem to be recognized by the control. I'm not sure how to fix this, it seems like a problem with the control because I tried just assigning a simply one-way binded integer to the Value parameter and it still didn't work.
@weitzhandler can you take a look at this
The issue disappears when versions are updated - see #582.