Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

[MvuxHowTos] [PaginationPeopleApp] [Mobile] The PageCounter isn't displaying on Mobile

Open rajamatt opened this issue 2 years ago • 3 comments

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.

rajamatt avatar Aug 09 '23 18:08 rajamatt

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.

rajamatt avatar Aug 24 '23 14:08 rajamatt

@weitzhandler can you take a look at this

nickrandolph avatar Sep 14 '23 08:09 nickrandolph

The issue disappears when versions are updated - see #582.

weitzhandler avatar Sep 26 '23 12:09 weitzhandler