-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.