Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Studio Deprecation Notice Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Studio Deprecation Notice Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
make call from a gear2
Hello,
I am trying to initiate a call from a gear2 when an event is triggered (or a button clicked).
Here is the code I used :
console.log("Preparing to launch the call"); var appControl = new tizen.ApplicationControl("http://tizen.org/appcontrol/operation/call","tel:0102030405", null, null, null); tizen.application.launchAppControl(appControl,null, function(){console.log("launch appControl succeeded");}, function(e){console.log("launch appControl failed. Reason: " + e.name);}, null);Here is the log I am getting :
js/main.js (103) :Preparing to launch the dialer..
js/main.js (109) :launch appControl failed. Reason: NotFoundError
What am I doing wrong ? I put the application control privilege in the config.xml like this :
But I am still getting this error.
Thank you in advance 🙂
M.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio