Phone.call(number) Method (JS)
Launches your device's phone app with the specified number.
Example
var phone = require("FuseJS/Phone");
phone.call("+47 123 45 678");
Location
- Namespace
- Fuse.Reactive.FuseJS
- Package
- Fuse.Launcher.Phone 2.9.1
Launches your device's phone app with the specified number.
var phone = require("FuseJS/Phone");
phone.call("+47 123 45 678");