HTML assets
To force a link to open in a native web browser, use the following code snippet: <a target="_blank" href="http://mypage.com/?nibrow...
Thu, 1 Mar, 2018 at 10:04 AM
Code snippet of ‘mailto’ link:
<a target="_blank" href="mailto:name@site.com?cc=someone@site.com&bcc=someoneelse@site.com...
Mon, 8 Jan, 2018 at 9:37 AM
Important: On Android CSS is not supported, so best practise is not to style the email body, and only use HTML tags. With mailto it is also pos...
Mon, 14 May, 2018 at 11:54 AM
This can be set via HTML meta tag:
<meta name="viewport", content="user-scalable=no" />
<!-- Copyright (c) 2018 T...
Mon, 8 Jan, 2018 at 9:02 AM
Cookies don’t work. This is due to the files being opened locally ://... rather than from http://domainsomething.
Instead of cookies use loc...
Tue, 26 Jul, 2016 at 1:16 PM
All HTML assets share the same localStorage. So, when setting values with setItem, add a prefix to them with asset name or any unique identifier, s...
Fri, 11 Nov, 2016 at 4:25 PM
With HTML assets, memory usage can become an issue if the asset is not designed well.
For large assets, avoid a single index.html with exce...
Fri, 11 Nov, 2016 at 4:26 PM
nextINTERACT assets only have to be developed for iPad size, however myINTERACT assets need to be designed responsive to gather for a range of devices...
Fri, 11 Nov, 2016 at 4:26 PM
When creating a HTML asset you have the option to keep the nav bar visible or hide it. To hide the nav bar choose full screen mode from the A...
Fri, 11 Nov, 2016 at 4:27 PM
All videos should be optimised and reduced in size before loading them to INTERACT, so end-users have a good experience downloading or streaming videos. ...
Thu, 26 Apr, 2018 at 1:41 PM