How to make a call and send SMS from WRT
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:CodeSnippet) - now using Template:ArticleMetaData) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Fix categories) |
||
| Line 1: | Line 1: | ||
| − | [[Category:Web]][[Category: | + | [[Category:Symbian Web Runtime]][[Category:Telephony]][[Category:SMS]] |
| − | + | ||
| − | + | ||
{{ArticleMetaData | {{ArticleMetaData | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|keywords=Telephony,Messaging, Browser URI Scheme, Browser Protocol Handlers | |keywords=Telephony,Messaging, Browser URI Scheme, Browser Protocol Handlers | ||
| Line 23: | 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 44: | 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

