S60 Web Runtime
hamishwillee
(Talk | contribs) m (Hamishwillee - Adding missing translation link) |
(Isalento -) |
||
| Line 1: | Line 1: | ||
| − | == | + | [[Category:Glossary]][[Category:Symbian Web Runtime]] |
| + | {{ArticleMetaData | ||
| + | |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]]) --> | ||
| + | |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> | ||
| + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| + | |platform=Symbian^3, Symbian Anna, Symbian Belle | ||
| + | |devicecompatability= <!-- Compatible devices e.g.: All* (must have internal GPS) --> | ||
| + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
| + | |signing=<!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities=<!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |id= <!-- Article Id (Knowledge base articles only) --> | ||
| + | |language=<!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |review-by=<!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp=<!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= [[User:isalento]] | ||
| + | |update-timestamp= 20111228 | ||
| + | |creationdate= <!-- Format YYYYMMDD --> | ||
| + | |author= | ||
| + | }} | ||
| − | + | === Symbian Web Runtime === | |
| − | + | Nokia's Symbian Web Runtime (WRT) is a development platform for creating widgets for Symbian mobile devices. Widgets are lightweight applications that use Web technology but are installed directly on the mobile device. Widgets provide a way to access the Internet without opening the browser. | |
| + | [http://www.developer.nokia.com/Resources/Library/Web/web-apps/symbian-web-runtime.html] | ||
| − | + | === Core technologies === | |
| − | [ | + | Symbian WRT widgets are built using core Web technologies such as JavaScript, HTML and CSS. Level of support depends on browser version installed on the device. Latest Symbian Web Runtime version 7.4 does [http://www.developer.nokia.com/Resources/Library/Web/nokia-browsers/symbian-browsers/browser-73/whats-new-in-browser-73.html support selected HTML5 and CSS3 features] |
| − | + | ||
| + | === Key Features === | ||
| + | |||
| + | *[http://www.developer.nokia.com/Resources/Library/Web/web-apps/symbian-web-runtime/home-screen-widgets.html Displaying content on a Home Screen] | ||
| + | *[http://www.developer.nokia.com/Resources/Library/Web/web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference.html Accessing device features and functions trough Platform Services] | ||
| + | *Support for Flash Lite | ||
| + | *Accessing Web Services using AJAX | ||
| + | |||
| + | |||
| + | {{Tip| Use your existing web development skills to create [http://www.developer.nokia.com/Resources/Library/Web/web-apps/series-40-web-apps.html Series 40 Web Apps]}} | ||
| + | |||
| + | [1] http://www.developer.nokia.com/Resources/Library/Web/web-apps/symbian-web-runtime.html | ||
Revision as of 23:00, 28 December 2011
Article Metadata
Compatibility
Platform(s): Symbian^3, Symbian Anna, Symbian Belle
Article
Created: morisawafnj
(01 Apr 2008 02 Apr 2008)
Updated: isalento
(28 Dec 2011)
Last edited: isalento
(28 Dec 2011)
Symbian Web Runtime
Nokia's Symbian Web Runtime (WRT) is a development platform for creating widgets for Symbian mobile devices. Widgets are lightweight applications that use Web technology but are installed directly on the mobile device. Widgets provide a way to access the Internet without opening the browser. [1]
Core technologies
Symbian WRT widgets are built using core Web technologies such as JavaScript, HTML and CSS. Level of support depends on browser version installed on the device. Latest Symbian Web Runtime version 7.4 does support selected HTML5 and CSS3 features
Key Features
- Displaying content on a Home Screen
- Accessing device features and functions trough Platform Services
- Support for Flash Lite
- Accessing Web Services using AJAX
Tip: Use your existing web development skills to create Series 40 Web Apps
[1] http://www.developer.nokia.com/Resources/Library/Web/web-apps/symbian-web-runtime.html

