Namespaces
Variants
Actions
(Difference between revisions)

How to make a call and send SMS from WRT

Jump to: navigation, search
m (Automated change of category from Web Runtime (WRT) to Symbian Web Runtime)
m (Hamishwillee - Bot change of template (Template:CodeSnippet) - now using Template:ArticleMetaData)
Line 2: Line 2:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
{{CodeSnippet
+
{{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

<a href="tel:5674534343">Call</a>
  • Above link when clicked brings up the dialog to complete the call.

Sending an SMS

<a href="sms:57454533223?body=This%20is%20a%20sample%20Sms.">Send SMS</a>
  • Above link when clicked brings up the SMS editor with pre-filled phone number and message body.


Originally Contributed by vasant21

115 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved