Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This lesson explains features of the element and gives an example of using JS for Web Share API in the app.


IMPORTANT NOTES

(1) THE JS SCRIPTS YOU PLACE GO INTO <BODY> 

(2) WHEN YOU PLACE AN EXTERNAL SCRIPT, DO NOT USE TAGS  <script type="text/javascript"> AND </script>, AS THE SCRIPT ELEMENT ITSELF OPENS AND CLOSES THESE TAGS - ONLY PASTE THE CODE ITSELF


Use cases:

You can use JS code to interact/change/modify/update all of platform’s entities, like screen elements, like data points. Use it to achieve ANY result needed for your application. 

...

  • calling Web APIs, for direct access to hardware
  • embedding games or special visual behaviour
  • connecting any JS libraries, for example for charts, online chats, counters, calendars etc etc etc.
  • etc 





How to Use Custom JS/HTML

...