nokiabrowser

POST does not work in Nokia S60 3rd Edition Emulator

I tried running a web application that I wrote for Nokia Browsers (Webkit based). The browser supports CSS and JS, yet it seems I can get something as simple as a POST to work. If I use get in forms it works. I wonder if others have faced similar issues and have found a work around for this? Googling does suggest that other developers ...

My mobile site does not render on certain mobile phones. Why?

I am developing a basic mobile site in asp.NET and C# and am having problems rendering .aspx pages on certain mobile phone browsers. I tried Stackoverflow.Mobi on a nokia looking for good examples for coding mobile sites. As soon as I redirect to another page I receive the error "File Format Unknown." As soon as i use the button_click...

Mobile web on nokia devices not displaying centain elements

So i have a site which is rendered with our in-house portal engine. It resizes images and adjusts style-sheets automatically in real-time. Issue is that some html elements are inexplicably disappearing due to what only can be described as HTML compatibility. But the problem is not consistent. And only seems to be an issue on some nokia...

How to launch a browser with a given URL within the same tab

Here is some code to launch S60 browser with a given url. // use the StartDocument api param->Des().Format( _L( "4 %S" ),&aUrl ); TUid id( TUid::Uid( browserUid ) ); TApaTaskList taskList( CEikonEnv::Static()->WsSession() ); TApaTask task = taskList.FindApp( id ); if ( task.Exists() ) { HBufC8* param8 = HBufC8::NewL( pa...

Import contacts of outlook group mail to mobile

I just want to know how can we import contacts numbers (mobile numbers)from outlook into nokia mobile. We are using outlook 2007 and nokia mobile phone with PC suite 7.0 version. ...

Security in Mobile Web Application on Low end mobile browsers

There are a couple of related questions, but I want to ask specifically for low end browsers. We have an existing .NET MVC 2 web application and would like a scaled back, simple web interface to some of its functionality. As we are based in Africa we are targeting a wide range of very basic mobile browsers (ie not just Iphones, Android ...

cursor is locked in the <input> when browsing in Nokia E72

I developed a simple web app in the browser where there are 3 input boxes . The first input box has a ajax search suggestion box drop down when user starts keying in something. For example, the first input box is for user to key in username, when user key in "alan", a dropdown-like suggestion box will show below the input box to show t...