I am going to open document using default app in Xamarin Forms. I tried already this approach but it doesn't work for me and I am not sure what is the reason.
Device.OpenUri(new Uri(FILE_PATH));
Please give me great solution if anyone knows how to handle it. Thanks.