How to make a call and send SMS from WRT
hamishwillee
(Talk | contribs) m (Automated change of category from Web Runtime (WRT) to Symbian Web Runtime) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:CodeSnippet) - now using Template:ArticleMetaData) |
||
| Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
| − | {{ | + | {{ArticleMetaData |
|id= | |id= | ||
|platform=S60 | |platform=S60 | ||
| Line 10: | Line 10: | ||
|creationdate=January, 7th, 2010 | |creationdate=January, 7th, 2010 | ||
|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]] | ||
}} | }} | ||
Revision as of 12:17, 24 June 2011
Article Metadata
Compatibility
Platform(s): S60
Article
Keywords: Telephony,Messaging, Browser URI Scheme, Browser Protocol Handlers
Created: vdharankar
(January, 7th, 2010)
Last edited: hamishwillee
(24 Jun 2011)
- 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

