JavaScript from a file in Tasker

245 Views Asked by At

Can anyone shead any light on why Tasker won't see to run JavaScript from a file?

I have a simple JavaScript that does an alert to screen Code: alert("Hello, Tasker World!");

All I ever get back after timeout from Tasker is:

08.07.35/E add wait task

08.08.21/E Error: null

JavaScriptlets such as the following work, but these seem to be built in functions & I want to run JavaScript from a file.

flash("Hello Tasker world!");

Have tried putting the flash command in the JavaScript file. Results in same error mentioned.

Have tried writing the alert() syntax in the JavaScriptlet field. Doesn't do anything.

1

There are 1 best solutions below

0
GabeRAMturn On