triniwiz / nativescript-pager

Apache License 2.0
90 stars 48 forks source link

Add vertical and horizontal orientation at the same time #179

Open wuilmerj24 opened 4 years ago

wuilmerj24 commented 4 years ago

Is it possible to use both orientations in a single page at the same time?

triniwiz commented 4 years ago

You can have a scrollview/listview As a child to achieve the behavior , I’ll still look into this 🙂

wuilmerj24 commented 4 years ago

@triniwiz okay thanks. I have a dynamic pager and another with only 2 items. In 1 I have an exoplayer and in another I only show info. I can't access the video by id so I can pause or start it. How could I solve that?