Search found 3 matches

by LucaJones
Sat Jul 22, 2023 10:07 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Send link with WhatsApp
Replies: 10
Views: 59286

Re: Send link with WhatsApp

The issue you are facing is that despite giving the user the option to choose between whatsapp and email, the 'mobilecomposehtmlmail' function on android still shows the os window to select how to share, offering choices like gmail and whatsapp. You want to force the email option but still use an ht...
by LucaJones
Sat Jul 22, 2023 9:52 am
Forum: Talking LiveCode
Topic: Mobile Sharing an Image via Whatsapp
Replies: 28
Views: 24468

Re: Mobile Sharing an Image via Whatsapp

To enable image sharing via whatsapp in your app, you can use url schemes to open whatsapp with the image attached.
For ios, use whatsapp://send?text=&abid=IMAGE_URL and for android whatsapp://send?text=&image=IMAGE_URL replace IMAGE_URL with the image's url or path.
by LucaJones
Sat Jul 22, 2023 9:37 am
Forum: iOS Deployment
Topic: Standalone test on iOS 16 hardware
Replies: 8
Views: 7109

Re: Standalone test on iOS 16 hardware

Yes, it is possible to test a standalone app built with live code on an iphone running ios 16 using Xcode.
Ensure your Xcode is set to target ios 16, and it should work without affecting your test iphone's current ios version.

Go to advanced search