Hi,
My project requirement is to show file downloading and uploading actions by activity loader.
Xamarin.Forms PCL approach used in project for Android and iOS platforms.
In Xamarin.FORM core project a tabbed page created to show file download, upload and view options same on Android and iOS.
I have list of files in tabbed page "download", each row have file name with download and delete buttons. If user click on "Download" button then a new view should load with file name and download/cancel buttons on it.
Problem is - how to open download information page on download button click in same tab?
I have tried content view with visibility option on button click but no luck.