WhatsApp Group Links

I’ve tried on a LG and a huawei phone and it does the same thing. Would you be able to help guide me through the code on changing it once a person clicks that particular eagle? That why the initial page still looks smooth like a app but it will function when they get to the whatsapp links

I tested it on a Samsung (13), a Redmi (14), and the emulator on my PC (12), and it works on all of them :scream:
Did you use my AIA file for the test?

I used the apk and installed it as the app

Download that file and import it in Kodular creator, then export to APK

Hi @Ibrahim_Jamar ,
if you have the time and feel like it, could you also try and see if it works for you?
I really can’t figure out where the problem could be.
From what I understand, the deeplink being used should be compatible,

whatsapp://chat/?code=XXXXX

but on his devices, it gives an error.

I tested it, and when I try to open the different links within my page, instead of taking me to the Discord application, they open inside the same app I’m creating, and it doesn’t work properly

Thanks a lot for the feedback,
I tried it myself, and the Discord links don’t work for me either.

What could be the issue? Here not working also

Have you tried the AIA project?

I just noticed that this example might be confusing,
I simply opened a website that contained a deep link and clicked on it with SupportMultipleWindows=false.

Yes I did, don’t know why it’s not working, but I guess few days ago, you helped someone with the same issue and it was working

He didn’t put the solution mark, so I don’t know if he solved it :face_with_diagonal_mouth:

But after test it yourself it was working?

Yeah, it works fine for me with Instagram, Facebook, YouTube, and several other apps only Discord gives me problems

If you use another app, is discord works, maybe try from different apps

Thank you so so much! it works! now I only need to make a back button to take me back to the main screen when viewing the different pages and then it is complete.

Very good :partying_face:

How did you solve it? (I still haven’t quite understood whether the project works or not :grin:)
And if you run into other issues, check the community, or open another topic.

Happy :kodular:oding!

1 Like

WhatsApp links fail because the WebView blocks external intents.
Turn on “Open external links” or allow whatsapp:// in your app wrapper settings.
After enabling this, WhatsApp group links will open normally.

It’s a common issue when converting Google Sites into a WebView-based app — WhatsApp group links often don’t open because the WebView blocks deep-link URLs like wa.me. The app will only open them if you force it to use an external browser, which is why it suddenly stops behaving like an app.

The best fix is to enable deep-link handling inside the WebView so the app can detect WhatsApp URLs and launch them directly in the WhatsApp app without switching to a full external browser. If your current app builder doesn’t support this, you’ll need either a custom WebView wrapper or an app builder like Kodular, AppSheet, App Inventor, or FlutterFlow, which allow “open external app” actions for WhatsApp links. This keeps your design inside the app while still opening the group links correctly.