chetbox / boopjs

Formerly boopjs.com
https://chetbox.com
1 stars 0 forks source link

Difficult to select tabs in a ViewPager #245

Closed chetbox closed 8 years ago

chetbox commented 8 years ago

Currently you have to do something like this

run_on_ui_thread(function() {
  view({type: 'ViewPager'}).setCurrentItem(1);
});

And it's not easy to select a tab by the visible name.

chetbox commented 8 years ago

Fixed by #252