S60 Web Runtime
m |
hamishwillee
(Talk | contribs) m (Hamishwillee - Adding missing translation link) |
||
| (8 intermediate revisions by 2 users not shown) | |||
| 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, Nokia 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 --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by=<!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp=<!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= [[User:isalento]] | ||
| + | |update-timestamp= 20111228 | ||
| + | |creationdate=20071205 | ||
| + | |author=[[User:Risalmin]] | ||
| + | }} | ||
| − | + | === 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] | ||
| + | *[http://www.developer.nokia.com/Community/Wiki/Flash_Lite_4_in_Nokia_Symbian%5E3_devices 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 | ||
| + | <!-- Translation --> [[ja:S60 Web Runtime (日本語)]] | ||
Revision as of 09:38, 13 September 2012
Article Metadata
Compatibility
Platform(s): Symbian^3, Symbian Anna, Nokia Belle
Article
Created: Risalmin
(05 Dec 2007)
Updated: isalento
(28 Dec 2011)
Last edited: hamishwillee
(13 Sep 2012)
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

