How to make a call and send SMS from WRT
vdharankar
(Talk | contribs) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Fix categories) |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category: | + | [[Category:Symbian Web Runtime]][[Category:Telephony]][[Category:SMS]] |
| − | + | {{ArticleMetaData | |
| − | + | |keywords=Telephony,Messaging, Browser URI Scheme, Browser Protocol Handlers | |
| − | {{ | + | |
| − | | | + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> |
| − | | | + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> |
| − | | | + | |sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| − | | | + | |devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | | | + | |signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer --> |
| − | | | + | |capabilities=<!-- Capabilities required (e.g. Location, NetworkServices.) --> |
| − | | | + | |author=[[User:Vdharankar]] |
}} | }} | ||
| Line 15: | Line 15: | ||
* URI stands for Uniform Resource Identifier which is an application-level protocol used to obtain resources on the Internet. | * URI stands for Uniform Resource Identifier which is an application-level protocol used to obtain resources on the Internet. | ||
| − | |||
* S60 web browsers supports protocol handlers which will invoke appropriate application for handling different URI schemes. | * S60 web browsers supports protocol handlers which will invoke appropriate application for handling different URI schemes. | ||
| − | == Make | + | == Make a call == |
<code html4strict> | <code html4strict> | ||
| Line 26: | Line 25: | ||
* Above link when clicked brings up the dialog to complete the call. | * Above link when clicked brings up the dialog to complete the call. | ||
| − | == Sending SMS == | + | == Sending an SMS == |
<code html4strict> | <code html4strict> | ||
Latest revision as of 05:52, 5 July 2012
Article Metadata
Article
Keywords: Telephony,Messaging, Browser URI Scheme, Browser Protocol Handlers
Created: vdharankar
()
Last edited: hamishwillee
(05 Jul 2012)
- URI stands for Uniform Resource Identifier which is an application-level protocol used to obtain resources on the Internet.
- S60 web browsers supports protocol handlers which will invoke appropriate application for handling different URI schemes.
Make a call
- Above link when clicked brings up the dialog to complete the call.
Sending an SMS
- Above link when clicked brings up the SMS editor with pre-filled phone number and message body.
Originally Contributed by vasant21

