iOS Question B4XPages with TabStrip

cwt

Active Member
Licensed User
Longtime User
I have looked at the B4i TabStrip example and need a little help using the TabStrip with B4XPages - is there another example for this - I could not find one. I am fairly new to B4i and B4XPages and need a little help in modifying the B4i TabStrip example for use with B4XPages. Thanks.
 

cwt

Active Member
Licensed User
Longtime User
Got it figured out - B4XPages did not really have any relevance - I just used the code as-is from the example to create the tabs.

But I have a question - how to disable the back-to-previous-page swipe? It is too easy to swipe back from the TabStrip and go to the previous page rather than the next left tab.
I still want to keep the <Back at the top of the page but prevent the back swipe on the page itself.
 
Upvote 0

cwt

Active Member
Licensed User
Longtime User
How to select a specific tab after the TabStrip has been created? Have not had any luck with TabStrip1.CurrentPage() - not sure how to use it.
 
Upvote 0
Top