Touch & Sell JS API
    Preparing search index...

    Touch & Sell JS API

    Introduction

    The Touch & Sell Javascript API makes it possible to interact with your applicationin your HTML5 documents, scripts and notifications.

    For HTML5 documents, you need to include touchsell.js to use it:

    <script type="text/javascript" src="touchsell.js"></script>
    

    You can start by discovering the global TouchSell class.

    The simplest way to debug is to use the web version of the application. You will have access to your browser's debug tool.

    For compiled apps, the only way for now is on Android using the Webview debug tool in the Chrome browser. For more information, see Remote Debugging on Android with Chrome