0

Currently am using Label using span text to separate privacy policy and terms and conditions. In Terms and conditions worked as expected because they provided an HTML URL but the Privacy policy Url in the pdf link. Is that possible to click the option to show the browser or drive to view the pdf in xamarin forms?

4
  • Yes. Add a gesture recognizer to the label and use Browser to open the url, or you can use a WebBrowser control if you want to keep the user in your app. But not every Android device is capable of displaying PDF Commented Sep 2, 2022 at 11:48
  • Currently am using Browser.OpenAsync not working as expected. can u pls provide any sample in WebBrowser @Jason Commented Sep 2, 2022 at 13:11
  • "not working as expected" does not tell me anything useful. Commented Sep 2, 2022 at 13:12
  • @Jason, when we click on the Privacy policy, link the in mobile application it shows blank screen but same time downloads pdf with privacy policy with right content. Commented Sep 5, 2022 at 5:43

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.