fast access tool
- Access external browser
- Call a phone number
- Send a email
- Call whatsapp
demo app ./demo
"nativescript-extra-call": "https://github.com/mobilemindtec/nativescript-extra-call.git"
var ExtraCall = require("nativescript-extra-call")
ExtraCall.registerFailCallback(failCallback)
ExtraCall.withWeb(url)
ExtraCall.withPhone(phone)
ExtraCall.withEmail({ to: to, message: textMessage, subject: subject })
` ExtraCall.withWhatsapp({
message: "Nativescript plugin test",
abid: abid
})`
` ExtraCall.withWhatsapp({
message: "Nativescript plugin test",
number: phone
})
`