This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
How to implement deeplinking functionality in kony visualizer. I want to open native application from SPA mobile web.(when user click on a button in SPA Mobile web, it open native application). Please provide the sample application with configuration document for both android and iOS.
We have prepared a sample application to meet your requirement. Kindly go through the sample application and steps for your reference.
1). SampleDeeplink:
In the SampleDeeplink sample application, we have given below content to rich text widget.
<a href="testTwo://"> InvokeKonyApp </a>
2). launchAppbrowser:
In the launchAppbrowser sample application, we have given below for DeepLink URL Scheme
Scheme : testTwo
I have built the applications(launchAppbrowser) for native iPhone channel and installed it in iPhone device. Launched "SampleDeeplink" application for SPA iPhone and clicked "InvokeKonyApp" hyperlink, "launchAppbrowser" application has got launched through DeepLink.
Please implement the same logic for button widget and let us know if you need any further support.
Yes -- this was an attempt from someone I was helping. It was using a rich-text-area and containing an HTML construct. I recommended using one of the openUrl variants or openEmail and it is now working using the openEmail.
i have a pdf that the path for it is /storage/emulated/0/cerr.pdf also i have the rowbyte of the file over my app.
and i need when i click a button on my application to open the pdf app while representing this pdf ??
noting that i don't won't to include a pdfViwer in my application i wont to use the apps installed on any Mobile also same as Docx i need when i press a button to navigate to the Docx app while representing the document
We have similar requirement in our app. On clicking a link in email should open our app if it is installed. So i tried with the 2 sample apps which you have shared in this thread.
In SampleDeeplink app onclicking a richtext you have given href tag testTwo://.
In launchAppBrowser app under project properties you have given scheme as testTwo.
I installed both apps in samsung galaxy s9 plus. But onclick its not invoking the other app. Any idea?
Hi, Please respond we are also looking for an answer on this question, we would like to navigate from a url into the app to a certain page. I have been reading the docs for the whole weekend but no luck, please assist ? maybe a sample project etc ?
We have similar requirement in our app. On clicking a link in email should open our app if it is installed. Please provide the sample application with configuration document for both android and iOS.
Can anyone provide an update on this as we have a similar requirement in our app.On clicking a link in email should open our app if it is installed. Please provide the sample application with configuration document for both android and iOS.
-> kony.application.openURLAsync (this launch external browser which can the redirect to open apps like maps to launch driving directions , launch another deeplinked app based on the URL )
2) Write NFI /FFI code if the desired functionality API is not available with kony
For example lets assume openEmail API is not available you can write NFI / FFI code as depicted below to launch the email in corresponding native code .
Below UR depicts launching email using Android intent.