I have used below code, that was mentioned in this link npmjs.com/package/nativescript-phone but I am getting error - execution interrupted.
var phone = require( "nativescript-phone" );
phone.dial("212-555-1234",false);
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I have used below code, that was mentioned in this link npmjs.com/package/nativescript-phone but I am getting error - execution interrupted.
var phone = require( "nativescript-phone" );
phone.dial("212-555-1234",false);