It's not possible.
Learn JavaME. What you're trying to achieve is not possible with a Series40 WebApp.
Type: Posts; User: lorion84; Keyword(s):
It's not possible.
Learn JavaME. What you're trying to achieve is not possible with a Series40 WebApp.
Hi, mailto is not supported. Best workaround I can think of is sending the mail as a form to your server and then let e.g. a php script handle the sending (see...
Hi,
I just watched http://m.youtube.com/#/watch?v=gBB-H61EoH8
This Nokia Now thing is apparently a WebApp. Please tell I'm wrong, but as it seems, you have decided that the "next generation of...
Import it in Nokia Web Tools.
Regarding background images: When ever I tried background-repeat it worked in simulators but on device the image was only stretched. No matter if I use background-repeat or background-repeat-x...
...
No, I used Google, Yahoo and OSM and none of them used OAUTH.
And what was the solution? Maybe someone else will have the same problem.
No, there is no accelerometer API for a S40 WebApp. (Yet.)
No way to tell when or if it will be available, ever.
I found out that one reason why my ads are not shown is because my app was high jacked by another developer. Strange story.
The thing withe test parameter is still nit cleared.
Still not working for me.
Afaik, if you don't change the version within publish.nokia.com, the user should always get the newest version of the web app. Since it is basically an url.
I haven't tested it...
It was ironically. Three people tell you that it isn't possible and give you a possible solution and you ask again if it is possible.
It is not possible.
Hi,
I added the NAX library to my MinesFinder S40 WebApp, added the container, set all options, tested it and everything worked fine. Next I re-published it to the Nokia Store and it took only a...
Yes. We all just tried to fool you. Just open the URL using
mwl.openUrlWithoutAddressbar(url);
this should work.
What device do you use? Can you scroll through the text on one of the pages? (If it is working, you should be able on Page 1-3).
Nokia Browser in Asha Touch only shows a scroll bar while scrolling.
Hi,
it's great that you are expanding the capabilities. Just waiting for camera API. Lol, fascinating that now I think it's realistic to do this, a year ago I was thinking the opposite.
But I...
Well, I cannot try it right now, have to wait until tomorrow. But I think your suggested change will not make the content areas scrollable...
Edit:
I tried it and it doesn't work. I updated the...
Thank you, it worked... after finding some annoying additional quotation-error...
What do you mean with "put scroll"?
I want to open an URL with platformRequest on N8/Belle and it works.
BUT: It always uses Nokia Web even if Opera is my standard browser.
Is there another command which respects the default...
Hi Everyone,
I just finished my entry for the competition: MinesFinder. A Series40 WebApp Minesweeper clone:
http://www.developer.nokia.com/Community/Wiki/MinesFinder...
No code no help.
How the hell should anyone be able to help you without knowing ANYTHING?
Hi,
I'm trying to read some data from a remote Server. Namely todoist.com. I use the following code:
private String connect(String targetUrl)
{
String response="";
HttpConnection...
Put them in a div with width: 100% and text-align: center.
Should work just fine.
You write that you're using Alert Messages. As far as I know they are not supportet for use in WebApps. Could create problems, but don't know if this has anything to do with your problem...