When I use
Device.OpenUri(new Uri("http://download.dji-innovations.com/downloads/naza/en/NAZA_User_Manual_v2.0_en.pdf"));
In Andriod at least It opens a web browser but then does the download, any way I can make it not open the browser and not leave my app?
All I want to do is dload the file
I cant use
var webClient = new WebClient();
because its a PCL