Skip to main content
Participant
September 20, 2019
Question

Launch adobe acrobat reader from intent in href

  • September 20, 2019
  • 0 replies
  • 517 views

Hello, i try without success to open a pdf through an url intent from my react application.

Actually i open acrobat reader in an intent in android studio but i dont want to pass through android studio anymore and directly create a link in my react app like this:

<a href="intent://scan/#Intent;scheme=zxing;package=com.google.zxing.client.android;end"> Take a QR code </a>

 But i dont figure out what intent i have to pass instead of "scan/", what scheme to pass etc.

Dont even know if is it possible to open acrobat reader this way.

My pdf file is stored locally on the android device.

Hope someone can help me, thank you.

    This topic has been closed for replies.