Launch Android Mobile App from HTML Email

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
JereMiami
Posts: 120
Joined: Mon Nov 03, 2014 12:17 am

Launch Android Mobile App from HTML Email

Post by JereMiami » Mon Oct 10, 2022 7:43 pm

Here is a doozy.

Does anyone know how to launch your livecode android app from a button embedded into an the html of an email? I have read on the interwebs that you need to insert something like this:

Code: Select all

<intent-filter>
    <action android:name="android.intent.action.VIEW"/>

    <category android:name="android.intent.category.DEFAULT"/>
    <category android:name="android.intent.category.BROWSABLE"/>

    <data
        android:host="www.this-so-does-not-exist.com"
        android:path="/something"
        android:scheme="http"/>
</intent-filter>
into the html, such as this:

Code: Select all


<!doctype html><html ⚡4email data-css-strict><head><meta charset="utf-8"><style amp4email-boilerplate>body{visibility:hidden}</style><script async src="https://cdn.ampproject.org/v0.js"></script><style amp-custom>.es-desk-hidden { display:none; float:left; overflow:hidden; width:0; max-height:0; line-height:0;}body { width:100%; font-family:arial, "helvetica neue", helvetica, sans-serif;}table { border-collapse:collapse; border-spacing:0px;}table td, body, .es-wrapper { padding:0; Margin:0;}.es-content, .es-header, .es-footer { table-layout:fixed; width:100%;}p, hr { Margin:0;}h1, h2, h3, h4, h5 { Margin:0; line-height:120%; font-family:arial, "helvetica neue", helvetica, sans-serif;}.es-left { float:left;}.es-right { float:right;}.es-p5 { padding:5px;}.es-p5t { padding-top:5px;}.es-p5b { padding-bottom:5px;}.es-p5l { padding-left:5px;}.es-p5r { padding-right:5px;}.es-p10 { padding:10px;}.es-p10t { padding-top:10px;}.es-p10b { padding-bottom:10px;}.es-p10l { padding-left:10px;}.es-p10r { padding-right:10px;}.es-p15 { padding:15px;}.es-p15t { padding-top:15px;}.es-p15b { padding-bottom:15px;}.es-p15l { padding-left:15px;}.es-p15r { padding-right:15px;}.es-p20 { padding:20px;}.es-p20t { padding-top:20px;}.es-p20b { padding-bottom:20px;}.es-p20l { padding-left:20px;}.es-p20r { padding-right:20px;}.es-p25 { padding:25px;}.es-p25t { padding-top:25px;}.es-p25b { padding-bottom:25px;}.es-p25l { padding-left:25px;}.es-p25r { padding-right:25px;}.es-p30 { padding:30px;}.es-p30t { padding-top:30px;}.es-p30b { padding-bottom:30px;}.es-p30l { padding-left:30px;}.es-p30r { padding-right:30px;}.es-p35 { padding:35px;}.es-p35t { padding-top:35px;}.es-p35b { padding-bottom:35px;}.es-p35l { padding-left:35px;}.es-p35r { padding-right:35px;}.es-p40 { padding:40px;}.es-p40t { padding-top:40px;}.es-p40b { padding-bottom:40px;}.es-p40l { padding-left:40px;}.es-p40r { padding-right:40px;}.es-menu td { border:0;}s { text-decoration:line-through;}p, ul li, ol li { font-family:arial, "helvetica neue", helvetica, sans-serif; line-height:150%;}ul li, ol li { Margin-bottom:15px; margin-left:0;}a { text-decoration:underline;}.es-menu td a { text-decoration:none; display:block; font-family:arial, "helvetica neue", helvetica, sans-serif;}.es-menu amp-img, .es-button amp-img { vertical-align:middle;}.es-wrapper { width:100%; height:100%; background-color:#D2EAFB;}.es-wrapper-color { background-color:#D2EAFB;}.es-header { background-color:transparent;}.es-header-body { background-color:#053C5E;}.es-header-body p, .es-header-body ul li, .es-header-body ol li { color:#FFFFFF; font-size:13px;}.es-header-body a { color:#CCCCCC; font-size:13px;}.es-content-body { background-color:#053C5E;}.es-content-body p, .es-content-body ul li, .es-content-body ol li { color:#FFFFFF; font-size:13px;}.es-content-body a { color:#CCCCCC; font-size:13px;}.es-footer { background-color:transparent;}.es-footer-body { background-color:#053C5E;}.es-footer-body p, .es-footer-body ul li, .es-footer-body ol li { color:#FFFFFF; font-size:13px;}.es-footer-body a { color:#FFFFFF; font-size:13px;}.es-infoblock, .es-infoblock p, .es-infoblock ul li, .es-infoblock ol li { line-height:120%; font-size:12px; color:#CCCCCC;}.es-infoblock a { font-size:12px; color:#CCCCCC;}h1 { font-size:30px; font-style:normal; font-weight:bold; color:#EFEFEF;}h2 { font-size:24px; font-style:normal; font-weight:bold; color:#EFEFEF;}h3 { font-size:20px; font-style:normal; font-weight:bold; color:#EFEFEF;}.es-header-body h1 a, .es-content-body h1 a, .es-footer-body h1 a { font-size:30px;}.es-header-body h2 a, .es-content-body h2 a, .es-footer-body h2 a { font-size:24px;}.es-header-body h3 a, .es-content-body h3 a, .es-footer-body h3 a { font-size:20px;}a.es-button, button.es-button { border-style:solid; border-color:#053C5E; border-width:10px 20px 10px 20px; display:inline-block; background:#053C5E; border-radius:0px; font-size:18px; font-family:arial, "helvetica neue", helvetica, sans-serif; font-weight:normal; font-style:normal; line-height:120%; color:#FFFFFF; text-decoration:none; width:auto; text-align:center;}.es-button-border { border-style:solid solid solid solid; border-color:#FFFFFF #FFFFFF #FFFFFF #FFFFFF; background:#053C5E; border-width:2px 2px 2px 2px; display:inline-block; border-radius:0px; width:auto;}body { font-family:arial, "helvetica neue", helvetica, sans-serif;}@media only screen and (max-width:600px) {p, ul li, ol li, a { line-height:150% } h1, h2, h3, h1 a, h2 a, h3 a { line-height:120% } h1 { font-size:36px; text-align:center } h2 { font-size:32px; text-align:center } h3 { font-size:26px; text-align:center } .es-header-body h1 a, .es-content-body h1 a, .es-footer-body h1 a { font-size:36px } .es-header-body h2 a, .es-content-body h2 a, .es-footer-body h2 a { font-size:32px } .es-header-body h3 a, .es-content-body h3 a, .es-footer-body h3 a { font-size:26px } .es-menu td a { font-size:16px } .es-header-body p, .es-header-body ul li, .es-header-body ol li, .es-header-body a { font-size:16px } .es-content-body p, .es-content-body ul li, .es-content-body ol li, .es-content-body a { font-size:16px } .es-footer-body p, .es-footer-body ul li, .es-footer-body ol li, .es-footer-body a { font-size:16px } .es-infoblock p, .es-infoblock ul li, .es-infoblock ol li, .es-infoblock a { font-size:12px } *[class="gmail-fix"] { display:none } .es-m-txt-c, .es-m-txt-c h1, .es-m-txt-c h2, .es-m-txt-c h3 { text-align:center } .es-m-txt-r, .es-m-txt-r h1, .es-m-txt-r h2, .es-m-txt-r h3 { text-align:right } .es-m-txt-l, .es-m-txt-l h1, .es-m-txt-l h2, .es-m-txt-l h3 { text-align:left } .es-m-txt-r amp-img { float:right } .es-m-txt-c amp-img { margin:0 auto } .es-m-txt-l amp-img { float:left } .es-button-border { display:inline-block } a.es-button, button.es-button { font-size:20px; display:inline-block } .es-adaptive table, .es-left, .es-right { width:100% } .es-content table, .es-header table, .es-footer table, .es-content, .es-footer, .es-header { width:100%; max-width:600px } .es-adapt-td { display:block; width:100% } .adapt-img { width:100%; height:auto } td.es-m-p0 { padding:0 } td.es-m-p0r { padding-right:0 } td.es-m-p0l { padding-left:0 } td.es-m-p0t { padding-top:0 } td.es-m-p0b { padding-bottom:0 } td.es-m-p20b { padding-bottom:20px } .es-mobile-hidden, .es-hidden { display:none } tr.es-desk-hidden, td.es-desk-hidden, table.es-desk-hidden { width:auto; overflow:visible; float:none; max-height:inherit; line-height:inherit } tr.es-desk-hidden { display:table-row } table.es-desk-hidden { display:table } td.es-desk-menu-hidden { display:table-cell } .es-menu td { width:1% } table.es-table-not-adapt, .esd-block-html table { width:auto } table.es-social { display:inline-block } table.es-social td { display:inline-block } td.es-m-p5 { padding:5px } td.es-m-p5t { padding-top:5px } td.es-m-p5b { padding-bottom:5px } td.es-m-p5r { padding-right:5px } td.es-m-p5l { padding-left:5px } td.es-m-p10 { padding:10px } td.es-m-p10t { padding-top:10px } td.es-m-p10b { padding-bottom:10px } td.es-m-p10r { padding-right:10px } td.es-m-p10l { padding-left:10px } td.es-m-p15 { padding:15px } td.es-m-p15t { padding-top:15px } td.es-m-p15b { padding-bottom:15px } td.es-m-p15r { padding-right:15px } td.es-m-p15l { padding-left:15px } td.es-m-p20 { padding:20px } td.es-m-p20t { padding-top:20px } td.es-m-p20r { padding-right:20px } td.es-m-p20l { padding-left:20px } td.es-m-p25 { padding:25px } td.es-m-p25t { padding-top:25px } td.es-m-p25b { padding-bottom:25px } td.es-m-p25r { padding-right:25px } td.es-m-p25l { padding-left:25px } td.es-m-p30 { padding:30px } td.es-m-p30t { padding-top:30px } td.es-m-p30b { padding-bottom:30px } td.es-m-p30r { padding-right:30px } td.es-m-p30l { padding-left:30px } td.es-m-p35 { padding:35px } td.es-m-p35t { padding-top:35px } td.es-m-p35b { padding-bottom:35px } td.es-m-p35r { padding-right:35px } td.es-m-p35l { padding-left:35px } td.es-m-p40 { padding:40px } td.es-m-p40t { padding-top:40px } td.es-m-p40b { padding-bottom:40px } td.es-m-p40r { padding-right:40px } td.es-m-p40l { padding-left:40px } .es-desk-hidden { display:table-row; width:auto; overflow:visible; max-height:inherit } }</style></head>
<body><div class="es-wrapper-color"> <!--[if gte mso 9]><v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t"> <v:fill type="tile" color="#d2eafb"></v:fill> </v:background><![endif]--><table class="es-wrapper" width="100%" cellspacing="0" cellpadding="0"><tr><td valign="top"><table cellpadding="0" cellspacing="0" class="es-content" align="center"><tr><td align="center"><table class="es-content-body" align="center" cellpadding="0" cellspacing="0" width="600" style="background-color: transparent"><tr><td class="es-p20" align="left"><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="560" align="center" valign="top"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="center" style="font-size: 0px"><a target="_blank" href="https://viewstripo.email"><amp-img src="https://abnucp.stripocdn.email/content/guids/CABINET_48bdf35f26ecde35ea853f206cd20989/images/18951618576895257.png" alt="Logo" style="display: block" height="65" title="Logo" width="93"></amp-img></a></td>
</tr></table></td></tr></table></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" class="es-content" align="center"><tr><td align="center"><table bgcolor="#053c5e" class="es-content-body" align="center" cellpadding="0" cellspacing="0" width="600"><tr><td align="left"><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="600" class="es-m-p0r" valign="top" align="center"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="center" style="position: relative"><a target="_blank" href="https://viewstripo.email"><amp-img class="adapt-img" src="https://abnucp.stripocdn.email/content/guids/bannerImgGuid/images/image16653173605069638.png" alt="Ryan Adlard" title="Ryan Adlard" width="600" style="display: block" height="337" layout="responsive"></amp-img></a></td></tr></table></td></tr></table></td></tr></table></td>
</tr></table><table cellpadding="0" cellspacing="0" class="es-content" align="center"><tr><td align="center"><table bgcolor="#ffffff" class="es-content-body" align="center" cellpadding="0" cellspacing="0" width="600"><tr><td class="es-p20t es-p20r es-p20l" align="left"><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="560" align="center" valign="top"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="center" class="es-p10t es-p10b"><h1 style="color: #ffffff">Meet&nbsp;<span style="color:#DB222A"><strong>Ryan Adlard</strong></span></h1></td></tr><tr><td align="center" class="es-p10t es-p10b" style="font-size:0"><table border="0" width="10%" cellpadding="0" cellspacing="0" style="width: 10% ;display: inline-table" role="presentation"><tr><td style="border-bottom: 2px solid #cccccc;background: none;height: 1px;width: 100%;margin: 0px"></td></tr></table></td>
</tr><tr><td align="center" class="es-p10t es-p10b"><p style="font-size: 16px">Today, July 26, he joins the team.<br>Ryan will work as a <strong>Front-end Developer</strong>.<br>You can find out more about it and find contacts below:</p></td></tr><tr><td align="center" class="es-p10t es-p10b" style="font-size:0"><table cellpadding="0" cellspacing="0" class="es-table-not-adapt es-social" role="presentation"><tr><td align="center" valign="top" class="es-p20r"><amp-img title="Facebook" src="https://abnucp.stripocdn.email/content/assets/img/social-icons/square-white/facebook-square-white.png" alt="Fb" width="24" height="24"></amp-img></td><td align="center" valign="top" class="es-p20r"><a target="_blank" href="https://viewstripo.email"><amp-img title="Slack" src="https://abnucp.stripocdn.email/content/assets/img/messenger-icons/square-white/slack-square-white.png" alt="Slack" width="24" height="24"></amp-img></a></td>
<td align="center" valign="top" class="es-p20r"><a target="_blank" href="https://viewstripo.email"><amp-img title="Linkedin" src="https://abnucp.stripocdn.email/content/assets/img/social-icons/square-white/linkedin-square-white.png" alt="In" width="24" height="24"></amp-img></a></td><td align="center" valign="top" class="es-p20r"><a target="_blank" href="skype:"><amp-img title="Skype" src="https://abnucp.stripocdn.email/content/assets/img/messenger-icons/square-white/skype-square-white.png" alt="Skype" width="24" height="24"></amp-img></a></td><td align="center" valign="top"><a target="_blank" href="https://viewstripo.email"><amp-img title="Zoom" src="https://abnucp.stripocdn.email/content/assets/img/messenger-icons/square-white/zoom-square-white.png" alt="Zm" width="24" height="24"></amp-img></a></td></tr></table></td></tr></table></td></tr></table></td>
</tr><tr><td class="es-p20t es-p20b" align="left"> <!--[if mso]><table width="600" cellpadding="0" cellspacing="0"><tr><td width="204" valign="top"><![endif]--><table cellpadding="0" cellspacing="0" class="es-left" align="left"><tr class="es-mobile-hidden"><td width="204" class="es-m-p0r" align="center"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="center" class="es-p20t es-p20b" style="font-size:0"><table border="0" width="100%" cellpadding="0" cellspacing="0" role="presentation"><tr><td style="border-bottom: 2px solid #cccccc;background: none;height: 1px;width: 100%;margin: 0px"></td></tr></table></td></tr></table></td></tr></table> <!--[if mso]></td>
<td width="203" valign="top"><![endif]--><table cellpadding="0" cellspacing="0" class="es-left" align="left"><tr><td width="203" align="center"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="center"><span class="es-button-border" style="display: block;border-color: #cccccc;background: #a31621"><a href="https://viewstripo.email" class="es-button" target="_blank" style="border-left-width: 20px;border-right-width: 20px;display: block;background: #a31621;border-color: #a31621">Contact him</a></span></td></tr></table></td></tr></table> <!--[if mso]></td><td width="0"></td>
<td width="193" valign="top"><![endif]--><table cellpadding="0" cellspacing="0" class="es-right" align="right"><tr class="es-mobile-hidden"><td width="193" align="center"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="center" class="es-p20t es-p20b" style="font-size:0"><table border="0" width="100%" cellpadding="0" cellspacing="0" role="presentation"><tr><td style="border-bottom: 2px solid #cccccc;background: none;height: 1px;width: 100%;margin: 0px"></td></tr></table></td></tr></table></td></tr></table> <!--[if mso]></td></tr></table><![endif]--></td></tr></table></td>
</tr></table><table cellpadding="0" cellspacing="0" class="es-content" align="center"><tr><td align="center"><table bgcolor="#ffffff" class="es-content-body" align="center" cellpadding="0" cellspacing="0" width="600"><tr><td class="es-p20t es-p20r es-p20l" align="left"><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="560" align="left"><table cellpadding="0" cellspacing="0" width="100%" bgcolor="#a31621" style="border-left:2px solid #cccccc;border-right:2px solid #cccccc;border-top:2px solid #cccccc;border-bottom:2px solid #cccccc;background-color: #a31621" role="presentation"><tr><td align="center" class="es-p30t es-p15b es-p20r es-p20l"><h1>About me</h1></td></tr><tr><td align="center"><h3>♦</h3></td>
</tr><tr><td align="left" class="es-p15t es-p30b es-p20r es-p20l"><p style="font-size: 14px">Purus semper eget duis at tellus at urna condimentum mattis. Commodo sed egestas egestas fringilla. Lorem sed risus ultricies tristique nulla aliquet enim tortor.&nbsp;Nascetur ridiculus mus mauris vitae ultricies leo.<br><br>Rutrum quisque non tellus orci ac auctor augue mauris. Auctor neque vitae tempus quam pellentesque nec nam. Fames ac turpis egestas maecenas pharetra convallis posuere. Habitant morbi tristique senectus et netus et malesuada fames.<br><br>Id nibh tortor id aliquet. Iaculis at erat pellentesque adipiscing commodo elit. Mauris nunc congue nisi vitae suscipit tellus.&nbsp;Vitae justo eget magna fermentum iaculis eu non diam phasellus. Consectetur adipiscing elit duis tristique sollicitudin nibh. Faucibus et molestie ac feugiat.</p></td></tr></table></td></tr></table></td></tr></table></td>
</tr></table><table cellpadding="0" cellspacing="0" class="es-footer" align="center"><tr><td align="center"><table bgcolor="#053c5e" class="es-footer-body" align="center" cellpadding="0" cellspacing="0" width="600"><tr><td class="es-p30t es-p20r es-p20l" align="left"><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="560" align="center" valign="top"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="center"><h1><strong>Have a nice day!</strong></h1></td></tr></table></td></tr></table></td>
</tr><tr><td class="es-p10t es-p30b es-p20r es-p20l" align="left"> <!--[if mso]><table width="560" cellpadding="0" cellspacing="0"><tr><td width="120" valign="top"><![endif]--><table cellpadding="0" cellspacing="0" class="es-left" align="left"><tr><td width="100" class="es-m-p20b" align="left"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="center" style="font-size: 0px"><a target="_blank" href="https://viewstripo.email"><amp-img src="https://abnucp.stripocdn.email/content/guids/CABINET_48bdf35f26ecde35ea853f206cd20989/images/87531627391964522.png" alt="Natalie Black" style="display: block" width="100" title="Natalie Black" height="100"></amp-img></a></td></tr></table></td><td class="es-hidden" width="20"></td></tr></table> <!--[if mso]></td>
<td width="182" valign="top"><![endif]--><table cellpadding="0" cellspacing="0" class="es-left" align="left"><tr><td width="182" align="left" class="es-m-p20b"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="left" class="es-p15t es-p15b es-m-txt-c"><p style="line-height: 150%">Sincerely,</p><h3 style="line-height: 150%;color: #db222a">Natalie Black</h3><p style="line-height: 150%">HR Procurement</p></td></tr></table></td></tr></table> <!--[if mso]></td><td width="20"></td>
<td width="238" valign="top"><![endif]--><table cellpadding="0" cellspacing="0" class="es-right" align="right"><tr><td width="238" align="left"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="right" class="es-p10t es-p10b es-m-txt-c" style="font-size:0"><table cellpadding="0" cellspacing="0" class="es-table-not-adapt es-social" role="presentation"><tr><td align="center" valign="top" class="es-p30r"><a target="_blank" href="https://viewstripo.email"><amp-img title="Facebook" src="https://abnucp.stripocdn.email/content/assets/img/social-icons/square-white/facebook-square-white.png" alt="Fb" width="24" height="24"></amp-img></a></td>
<td align="center" valign="top" class="es-p30r"><a target="_blank" href="https://viewstripo.email"><amp-img title="Twitter" src="https://abnucp.stripocdn.email/content/assets/img/social-icons/square-white/twitter-square-white.png" alt="Tw" width="24" height="24"></amp-img></a></td><td align="center" valign="top" class="es-p30r"><a target="_blank" href="https://viewstripo.email"><amp-img title="Instagram" src="https://abnucp.stripocdn.email/content/assets/img/social-icons/square-white/instagram-square-white.png" alt="Inst" width="24" height="24"></amp-img></a></td><td align="center" valign="top"><a target="_blank" href="https://viewstripo.email"><amp-img title="Youtube" src="https://abnucp.stripocdn.email/content/assets/img/social-icons/square-white/youtube-square-white.png" alt="Yt" width="24" height="24"></amp-img></a></td></tr></table></td>
</tr><tr><td align="right" class="es-p5t es-p10b es-m-txt-c"><p>No longer want to review this email?&nbsp;<br><a target="_blank" href="https://viewstripo.email/">Unsubscribe</a>&nbsp;&nbsp;♦&nbsp;&nbsp;<a target="_blank" href="https://viewstripo.email/">View in your browser</a></p></td></tr></table></td></tr></table> <!--[if mso]></td></tr></table><![endif]--></td></tr></table></td>
</tr></table><table cellpadding="0" cellspacing="0" class="es-content" align="center"><tr><td class="es-info-area" align="center"><table class="es-content-body" align="center" cellpadding="0" cellspacing="0" width="600" style="background-color: transparent"><tr><td class="es-p20" align="left"><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="560" align="center" valign="top"><table cellpadding="0" cellspacing="0" width="100%" role="presentation"><tr><td align="center" class="es-infoblock made_with" style="font-size:0"><a target="_blank" href="https://viewstripo.email/?utm_source=templates&utm_medium=email&utm_campaign=company_2&utm_content=front_end_developer"><amp-img src="https://abnucp.stripocdn.email/content/guids/CABINET_09023af45624943febfa123c229a060b/images/7911561025989373.png" alt width="125" style="display: block" height="56"></amp-img></a></td></tr></table></td></tr></table></td></tr></table></td>
</tr></table></td></tr></table></div></body></html>



But where? Or would this even be right? Anyone have any luck with doing this?

oraclecard
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 2
Joined: Fri Apr 29, 2011 9:21 am

Re: Launch Android Mobile App from HTML Email

Post by oraclecard » Sat Oct 22, 2022 7:41 am

The links style is a bit different and the <intent-filter> code goes into your Andriod manifest file, not the email itself.

The link is a normal HTML link but with a reference to the name of your app as defined in your intent-filter as part of the manifest.

There are some good examples of how to do this on StackOverflow.

Basically you point your link from your html almost like a regular link, but you define the host and scheme i you manifest so it knows thats the app to use in that situation.

JereMiami
Posts: 120
Joined: Mon Nov 03, 2014 12:17 am

Re: Launch Android Mobile App from HTML Email

Post by JereMiami » Sat Oct 29, 2022 7:00 pm

Thanks so much!

Post Reply

Return to “Getting Started with LiveCode - Experienced Developers”