Introduction
In addition to native iOS and Android, JavaScript can be used to add logic in your apps.
EachScape gives JavaScript developers a complete set of services to develop powerful apps.
Capabilities overview
- Insert EachScape Actions in JavaScript: ESLib
- Execute EachScape Custom Script from JavaScript: ES.API
- HTML in apps
- JavaScript in an HTML Block
- Call a JavaScript function
You can insert EachScape Actions into JavaScript.
You can also write an entire set of Action in JS.
Insert EachScape Actions in JavaScript: ESLib
Execute EachScape Custom Script from JavaScript: ES.API
EachScape Custom Scripts give access to ALL EachScape native actions, meaning all iOS and Android native functions.
To access iOS and Android native functions simply call an EachScape Custom script from JS running in an HTML Block.
Execute EachScape Custom Script from JavaScript
You can use the HTML Block (a Web view in developer speak) to display straight HTML or content from a URL.
Display a web page in your app
It displays the survey, as a web page in a view
Survey web page in an app
JavaScript in an HTML Block
You can add JavaScript in the or of an HTML Block, then call that JavaScript
JavaScript in an HTML Block
A JavaScript function can be stored in your app and called upon from a different Block.
This allows you to add logic developed in JS in your apps.
Call a JavaScrip Function
Learn More
- Display a Web Page
- Use Web Service: RESTful calls
- EachScape Expressions