open PDF using system default app or internal browser #20748
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I am looking for opening pdf from my react-native application using the internal browser or system default app. for example in android native we will code like below
val intent = Intent(Intent.ACTION_VIEW) intent.setDataAndType(FileProvider.getUriForFile(this, applicationContext.packageName + ".provider", file), "application/pdf") startActivity(intent)
how to achieve this in react-native ?
Note: already found that webview doesn't support with react-native with android, it is new feature request.
Is there any other way to achieve this?
The text was updated successfully, but these errors were encountered: