You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm using the Pager in a NativeScript Vue application but I'm facing some problems with some of the component's properties. So far I've been testing on Android - using version 13.0.37.
Setting spacing and/or peaking does not render items properly on load
The above code sets spacing to 5% and peaking to 10%. Here's a video to show case the result - here the selected item is at index 2:
Screen.Recording.2022-07-05.at.10.52.51.mov
You will notice that there is no space between the pager items - once you start swiping the space is then taken into consideration.
Setting canGoLeft / canGoRight to false doesn't seem to work
The Pager in code and video show above has the canGoRight property set to false, however I am allowed to swipe to the right. Are there some other properties that should be set please?
The text was updated successfully, but these errors were encountered:
dangrima90
changed the title
NativeScript Vue Pager issues with spacing, padding and disable swipe
NativeScript Vue Pager issues with spacing, peaking and disable swipe
Jul 5, 2022
Hi I'm using the Pager in a NativeScript Vue application but I'm facing some problems with some of the component's properties. So far I've been testing on Android - using version
13.0.37
.Setting
spacing
and/orpeaking
does not render items properly on loadThe above code sets spacing to
5%
and peaking to10%
. Here's a video to show case the result - here the selected item is at index 2:Screen.Recording.2022-07-05.at.10.52.51.mov
You will notice that there is no space between the pager items - once you start swiping the space is then taken into consideration.
Setting
canGoLeft
/canGoRight
tofalse
doesn't seem to workThe Pager in code and video show above has the
canGoRight
property set tofalse
, however I am allowed to swipe to the right. Are there some other properties that should be set please?The text was updated successfully, but these errors were encountered: