I want to open web site url in default nokia(mobile) browser
on clicking button through my web tools application.please help!
I want to open web site url in default nokia(mobile) browser
on clicking button through my web tools application.please help!
Hi Dan,
does the method you described above work for s40 devices? I am having hard time testing it out. In other words it is not working for me. Nothing is happening on my phone. I am using Web Tools 1.5
I am trying to create web launcher app for s40 using WebTools 1.5
I ave found that line
document.location.href = "http://m.bug.hr";
should work. I read this on the Series 40 web apps - FAQ
When I use the line above the website is launched on the phone but it is totally distorted. It looses formatting and it is ugly. I guess this is due to the compression of Nokia Browser. How can I avoid this? If I type the web address m.bug.hr to the standard web browser on the phone and not in Nokia Web Browser the site is shown fine. The formatting is kept.
Last edited by Tslv; 2012-05-05 at 14:42.
you should use follwowing line of code for Web Tools 1.5
onclick= "mwl.loadURL('http://abc.com');"
It will work.