Hi.
Can anyone tell me how can I configure sencha project to use WebWorks api?
Hi.
Can anyone tell me how can I configure sencha project to use WebWorks api?
Just add the following javascript resource in Sencha Architect: "local:///chrome/webworks.js"
Or if you are using a text editor to your app.html:
When packaging the WebWorks SDK will automatically attach the latest version of webworks.js to your bar file.Code:<script src="local:///chrome/webworks.js"></script>
It is as simple as that.