Open android Gallery App from react native app - android

My application requires opening an image, stored locally in the document directories using the android gallery app.Is this possible in react native using linking.

So my requirement was to download an image on a button click an then open the same image using the android gallery , I achieved the same using react-native-fetch-blob which facilitates both downloading a file and opening it with the corresponding apps. P.S: you could also open the gallery using linking, provided you have the content url rather than file url.

Related

Open PDFs in WebView

I am trying to build an app using Flutter that uses the Webview to open a website. Within this website there are a number of pdfs and I want to open them inside the app as well, instead of redirecting to a browser or an acrobat viewer. Is there any way to do this?

How to Open link inside PDF page in android app using android Pdf viewer library

I am making one PDF reader app.
I am using android pdfViewer library
com.github.barteksc:android-pdf-viewer:2.8.2
My issue is their are some links inside my PDF pages. when user clicks on it the link should open in phone's default browser.
Note: I am not using Webview. PDFs are simply stored in assets folder and i am loading it from that folder

Opening an Android Application from a PDF possible?

I was wondering how to open an android APP from a PDF. I wanted to make a PDF document for kids that would automatically open the application when the child pressed on the apps button on the PDF document. I can generate links in the PDf that will make it open videos and go to web pages, but not that could open an application already installed on the tablet.

How to open pdf file with in our app android+phonegap+JQM?

I am developing an web+cross platform app using Jquery Mobile+PhoneGap+Android. In web app, I am able to open pdf file links within my app page using iframe. But, in Phonegap generated Android build, iframe is unable to render pdf content,it is showing that iframe area as empty.How can I display the pdf file/content, whose src I know at runtime, within android webview. Thanks In Advance.
I've just published my plugin, which can open almost any type of file, which is stored locally on Android device.
Please take a look at: https://github.com/markeeftb/FileOpener
Plugin opens external application which handles the preview of the document.

Phonegap/Cordova how to open a native file open dialog for android?

I write an android application based on Cordova and JQuery Mobile. I have to open a picture from SD card of the device. The user has to pick it.
Is there a way to use a file open dialog in android from HTML based applications? The application is a port from blackberry (WebWorks). On this system I had to write my own extension. I don't think Cordova brings us this fileopendialog. But maybe there is a solution to create a plugin like in webworks.
You can select a Image from the image library:
http://docs.phonegap.com/en/2.0.0/cordova_camera_camera.md.html#camera.getPicture
This works directly with android. If it is a file from Filesystem:
http://docs.phonegap.com/en/2.0.0/cordova_file_file.md.html#File
But this will not create a Fileseletion Dialog. This hast to be implemented within the javascript.

Categories

Resources