Hello,
I created a custom HTML article for a custom icon on a Multi-folio app and I have some external links on it, does anyone know how I can set up these external links to prompt the user when no internet connection is available? Thanks.
Hello,
In your custom HTML from your custom StoreFront you have to link the AdobeLibraryAPI.js first and use this code to use external links :
<div id='myButton'>
<span class='myStyle' onClick='adobeDPS.dialogService.openExternal(\"MY_HTML_GLOBAL_LINK\")'>myTextIfNeeded</sp an>
</div>"