Android App shared links on whatsapp are not clickable - android

I developed an android app, but upon sharing links from app on Whatsapp, the links are not clickable. If I do copy and paste the same message it becomes clickable.
Any idea why? Is it because app is still in development process?

For security if you dont have a contact registered in your phone, whatsapp not show as a hiperlink. This is to avoid virus, spam, etc.
In example, if you are in a whatsapp group and other person share a link in the group, you will see as hiperlink if you have the phone number registered in your phone.

Related

How to save a contact to Android/IOS phone book (contacts app) when a user clicks an html button on my website

I am trying to make a website where a user can click a button or click a link and it opens the phone's native Contacts app and fills in provided information from the website. I spent my day doing research and couldn't find useful information. I found out the below line about Deep Links, where I can put
Link
and this opens the Instagram app on my phone. I am assuming I need something like this to open the Contacts app.
Unfortunately, we don't have any available deep link to open Contacts app. Apple provide the CNSaveRequest APIs to update/add/delete contact without using interface but I don't know anyway to access this API from website

How to Link my flutter app to device contact

If you have installed Skype or WhatsApp you will find those apps are linked in the device contacts.
I want to do this to my flutter app. I want my app to be linked like this. If the contact has an account in my app. In my device contacts, my app will be linked like this one. Anyone know how to do that!

Share instagram post on my app

I'd like to let a user share an Instagram post on my app.
I've noticed that Instagram shows a dynamic list of apps that accept its shared content, but I couldn't find the exact way to add my app into that list.
A screenshot with Instagram's share menu:
As you can see, only WhatsApp is enabled, after I've installed it.
I can confirm that installing other specific apps, such as Facebook's Messenger, would populate this menu.
This makes me realize that there must be some intent filter that these "client" apps (WhatsApp etc') use to say "Hey Instagram, I accept your shared content".
Maybe there's another way.
I'd like my app to be able to do that. How? Thanks!

Add to Calendar link from website to mobile app

Is there a way to create a link from a responsive website that would open and add an event to the app installed on a mobile phone or tablet?
For example, this event on a responsive website. Whenever the "Add to Calendar" button is clicked on a mobile device, the event needs to be added to an installed app, be it in iOS or Android. Also if there are numerous apps installed like Google Calendar, Outlook, and/or iCal, the device should show a prompt to the user asking what app should be used if there are no default app selected.
I could do this by generating an .ics file on click but that would mean more taps and navigation for a user. Any help or comments would be appreciated.
Thank you.

How to share Text between app users after sharing on Facebook

My application is an app for making a travel schedule.
I want to make the app that shares user's schedules.
For this, I tried to simply share text between app users.
Let me explain the steps.
One user shares the app on Facebook to the other. When he shares the app, Text "abc" should be included, not on Facebook, but on the app.
(And I already made Textview to see if it can be sent.)
The other user opens the app on Facebook. Then Text "abc" should be seen on Textview.
I don't even know what keyword I should search.
I tried to use 'intent' and 'action.SEND'. But it doesn't work.
Could you please let me know the steps to do the above function?
Thank you in advance.

Categories

Resources