Alvin Amri

Results 3 comments of Alvin Amri

Would just leave it here: ``` $("#yourModalName .modal-body").scroll(function () { if($(this).scrollTop() + $(this).innerHeight() >= $(this)[0].scrollHeight) { $('.pagination').last().find('li.active + li a').click() } }); ```

TabViewItem with content is out of the screen is fixed after updating to latest Xamarin.Forms v5.0.0.2478, and Xamarin.CommunityToolkit v2.0.4. cc @bijington @sunkerGit

Any update for this? I've facing same issue here