Web Run time (WRT) is a portable application framework that allows creating widgets on the S60 Platform; it is an extension to the S60 WebKit based browser that allows launching multiple browser instances as separate JavaScript applications.
Questions tagged [nokia-wrt]
16 questions
10
votes
4 answers
Does anyone know Nokia's strategy on Qt, Symbian, Maemo, MeeGo?
I don't know this question should or shouldn't be here but I wonder so much. What will Nokia do with Qt, Symbian (3rd, 5th, 1, 2, 3 ...) and MeeGo (Meego will be with symbian or will replace Symbian) and Maemo?
Do you think it is good to learn Nokia…

uzay95
- 16,052
- 31
- 116
- 182
2
votes
3 answers
What Information can a Nokia WRT Widget have access to on the Device?
I intend to store a unique ID on every device that accesses a web service through a Nokia Web Runtime Widget. Now I know that these Widgets cannot Read/Write files on the devices so its not possible to have that id stored on the device.
Is there…

Steve Obbayi
- 6,015
- 5
- 27
- 24
1
vote
0 answers
How to handle GZIP-ed ajax responses?
Do you have any suggestions on how to handle GZIP-ed ajax responses from a webservice with WRT?My code is working fine on emulator but not on devices (N8,X7).Does smartphone browser supports HTTP- Compression(gzip)?

Sreeraj VR
- 1,524
- 19
- 35
1
vote
1 answer
onexit - request an url
I've some problem with requesting an URL when finishing (exit) the widget. I try to use it via window.widget.onexit on request then an logout URL which makes some logs in the backend. I tried it by the following ways:
window.widget.onexit =…

Micha
- 11
- 1
1
vote
2 answers
PhoneGap app for Symbian | "Application closed : WidgetUi KERN-EXEC 3"
I develop phonegap app for symbian (cordova for symbian I'm get from here)
After 3-5 seconds when my app begin execute ajax request, I get error:
Maybe someone faced with this issue?
Update1:
I make cross-domain ajax request with jquery mobile…

CAMOBAP
- 5,523
- 8
- 58
- 93
0
votes
2 answers
How to debug nokia wrt application start?
I wrote an application with Phonegap and jQuery mobile. The app is small, little messy at the moment, but it works in Android without problems. I ported the sources to wrt, replaced phonegap.js with symbian verison, added info.plist, icon and so…

SWilk
- 3,261
- 8
- 30
- 51
0
votes
2 answers
Does Smaato provides sdk of Symbian^3?
Currently, we are working on 3-D Game on Symbian^3 platform. Now I need to implement ads in my Game(preferably via Smaato). I have also checked out Smaato's website for SDK, but there I found SDKs for Symbian S60, WRT and Qt. There is no SDK…

Atul Prakash Singh
- 391
- 4
- 12
0
votes
1 answer
Inmobi API for Javascript based mobile App
Has Inmobi provided API for Javascript based Mobile Application? I am writing Symbian apps using WRT (Web Runtime Widget). These apps are purely written in Javascript. Currently I am unable to find support for such apps from Inmobi. I have to…

mhb
- 743
- 1
- 9
- 14
0
votes
1 answer
Works on browser but not as app
I have a problem.
A strange problem.
I have this part of code:
Actions.loadWizzard = function(href)
{
alert(1);
var wizardTimer;
var wizardTimer2;
if (navigationObject.getLocation(href) === "ProductInformationWizzard") {
…

Erik
- 630
- 3
- 9
0
votes
1 answer
Problem with ExternalInterface in Flash / JavaScript and WRT
I'm doing a WRT app that uses flash inside. The thing is i have to pass parameters to the swf via javascript. So i created a function in javascript like
function returnFunction()
{
return "test";
}
and in my SWF i have the following…

Thiago Valle
- 449
- 1
- 6
- 20
0
votes
1 answer
Nokia wrt widget not working with Nokia E63, E71
I have made a nokia wrt widget, which connects to the server at startup.
The app works on most of the devices, but not on E63 and E71.
At start-up i call sendRequest() method which has http connection like below:
loginReq = new XMLHttpRequest();
…

Namit Rana
- 91
- 11
0
votes
1 answer
WRT page doesn't change even if i changed the code completly
Whatever i changed in the page in visual studio it is showing same page during it is working or restarting until i clean the project manually.
What should i do to show changes without cleaning the project?
wrt_preview_main.html file isn't reloading…

uzay95
- 16,052
- 31
- 116
- 182
0
votes
1 answer
How to add line break character on my widget's javascript for Nokia WRT?
If anybody like me is using Nokia WRT Plug-in for Visual Studio...
I've created on Visual Studio a Rss Reader Widget.
Now I'm customizing it, trying to add line breaks in rss tag called "< description>".
I'm trying many codes like with no…

Junior Mayhé
- 16,144
- 26
- 115
- 161
0
votes
1 answer
Symbian/Phonegaps-1.10 | TypeError: Result of expression 'localStorage' [null] is not an object
I get
TypeError: Result of expression 'localStorage' [null] is not an object
when I try access to localStorage on Symbian/Phonegap app
Looks like this related to error that ocurr before:
TypeError: Result of expression…

CAMOBAP
- 5,523
- 8
- 58
- 93
0
votes
1 answer
Getting Aptana setup with Nokia WRT plugin
I've just installed Aptana and gone through the process of creating the default RSS Reader following the wizard. I changed the name and the url but nothing else.
It works fine in the preview in Aptana.
Two problems:
i). When I try to setup the…

Klelky
- 404
- 1
- 7
- 15