I think you should mark it as 'Assumed to work' since you haven't actually tested it on a real device..
Type: Posts; User: croozeus; Keyword(s):
I think you should mark it as 'Assumed to work' since you haven't actually tested it on a real device..
From the launch video, I believe that Nokia Asha 501 has a floating virtual keyboard. I think it would be a great plus for web apps that require an input from the user. In the legacy Asha devices,...
Well done everyone and congratulations Marcos :)
If your application works perfectly (UI and functionality) on an Asha full touch device, it's a full touch app :)
From what I see, your applications are web apps built using Nokia Web tools, so a...
Yes, as long as everyone can access it.. should be fine.
... and here's the link to the Nokia PDP for Asha,
https://www.developer.nokia.com/Developer_Programs/Asha_developer_program.xhtml
Thank you for the advance notice Ilkka. Would be great if you could mention such scheduled breaks for cloud preview servers for Web tools here.
Doesn't work for me either today.. Also, the 'Deploy to phone' isn't working today.
I've worked on a similar scenario for one of the apps, but it works fine for me. The partner URL that I used doesn't require a long processing time.
First thing is to check if your partner's...
Did you change anything in the config.xml (especially, the version?) for the updated wgt file that you submitted to Nokia store?
Yes, it wasn't working yesterday. However, it is working fine for me today.
I think having the service down temporarily for updates/ maintenance is fine.. but there should be some advance...
I don't think there is any notification, however it may appear in the Nokia store->My Stuff when you select the installed app.
For S40 Web Apps, the ideal thing would be that the updated version...
Welcome to Nokia Developer :)
If you intend to build JavaME (J2ME) applications for Nokia Asha 311, take a look at this page:
https://www.developer.nokia.com/Develop/Java/Getting_started/
It...
If you are talking about the splashscreen, S40 Web Apps have a default splashscreen. You cannot over-ride the default splash screen, not as of now.
Many of the listed samples already ship with the Web Tools. Just look for the sample tab at the bottom, try if the samples load from there.
It seems to me that you're trying to load a file (.txt) with that URL. Don't you have a web service running on your server which can give you a response instead of trying to load data from a txt file?
Have you read girft's and my responses to your post in this thread?
May be we've already answered your query :)
Please explain what you wish to achieve in detail, and mention where you are facing problems.
Also, if your question is different than the current thread, best to open a new thread :)
Congrats Sara, Keep up the good work :)
Congrats Graham, good to have you back :)
You can't hide the address bar in the Nokia Browser, as mentioned earlier.
You didn't mention this implementation earlier. If you launch the browser by mwl.load method.. there's no way you can hide the address bar.
Once you submit your application to Nokia store, you would be emailed a .jar and .jad file... which would be your web app installer.
The application, when passes QA, can be downloaded from the...
Do you see it currently with your S40 Web App?
Try setAttribute as shown below,
document.getElementById("gridImage-someid").setAttribute('onclick', "mwl.setGroupTarget('#pages', '#pageFull-someid', 'show', 'hide')");
and yes, the click...