How to make a call and send SMS from WRT
hamishwillee
(Talk | contribs) m (Automated change of category from Web Technology to Web. (New ontology name for category)) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Fix categories) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category:Web]][[Category: | + | [[Category:Symbian Web Runtime]][[Category:Telephony]][[Category:SMS]] |
| − | + | {{ArticleMetaData | |
| − | + | ||
| − | {{ | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|keywords=Telephony,Messaging, Browser URI Scheme, Browser Protocol Handlers | |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. | ||
| Line 36: | Line 35: | ||
'''Originally Contributed by''' [[User:Vasant21 | Vasant21]] | '''Originally Contributed by''' [[User:Vasant21 | Vasant21]] | ||
| − | |||
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

