Questions tagged [nokiabrowser]
9 questions
2
votes
2 answers
jQuery doesn't work in Nokia E71 browser
I'm unable to use jQuery 1.5.2 with Nokia E71 browser.
I found this problem reported in jQuery bug tracker without future fix.
Is there any possible workaround?
Thanks.

Diogo Cardoso
- 21,637
- 26
- 100
- 138
2
votes
1 answer
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…

Bojan Milankovic
- 847
- 3
- 11
- 23
2
votes
2 answers
php redirect header location to phone number
I'm trying to redirect the user's click on a link to a telephone number through php like this:
//HTML
and the php:
This works on newer mobile browsers but won't on the older…

jakedemus
- 83
- 2
- 9
1
vote
0 answers
cursor is locked in the 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…

ahlun
- 458
- 1
- 6
- 17
0
votes
1 answer
Session cookie is missing in Android web browser and some of nokia web browsers
I have developed a Java EE web application using Spring 2.5. This application has authentication step and if user enter correct log-in data he will redirect to a secure page. My Issue is in Android web browser and some of nokia web browsers does not…

sam
- 1
- 1
0
votes
1 answer
jQuery AJAX requests not working on Nokia E71 browser
After fixing jQuery compatibility with Nokia E71 browser to render pages now I'm unable to do an AJAX request.
I've tried consuming a WS REST using JSONP with jQuery 1.5.2 but all the requests timed out.

Diogo Cardoso
- 21,637
- 26
- 100
- 138
0
votes
1 answer
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…

Jan de Jager
- 870
- 2
- 13
- 35
0
votes
2 answers
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…

user223816
- 1
- 1
0
votes
1 answer
Javascript appendChild adds two br-tags in Nokiabrowser 7.3.1.33
I have a strange issue with NokiaBrowser 7.3.1.33. When i use Javascript's appendChild it add two br-tags after the appended element automatically.
var span1 = document.createElement("span");
span1.innerHTML = "span1";
var span2 =…

Marko
- 33
- 6