opera-mini

Are there any diagnostics tools for troubleshooting content delivery with Opera Mini?

I have an application that I'm targeting a wide variety of devices and platforms. The application can render different HTML based upon the type of client. However due to the complexity of the application, it shares a considerable amount of JavaScript libraries that rely on a number of async and ajax method calls. One of the targets for...

CSS media type: How to load CSS for mobile?

With this code: <link rel="stylesheet" type="text/css" href="media/css/mobile.css" media="handheld"/> <link rel="stylesheet" type="text/css" href="media/css/screen.css" media="screen"/> on my N78 the nokia's default browser and opera mini load screen.css instead of mobile.css. What am I missing? ...

what are the rules for making mobile friendly website ?

Hi, I would like to add value to my website that I have developed at the moment so that user can check on their mobile phone. My questions: Should I make different template for mobile version and full version one? Like creating mobile.example.com for mobile version? Does Opera Mini not support JavaScript? I have a mobile phone that ...

Does Opera Mini support Content-Encoding?

I am creating a wap portal, and wanted to know if Opera Mini supports gzip encoding? However, does ob_start("ob_gzhandler"); automatically check if the browser supports gzip and sends the gzipped encoded content or do we need to check that manually ? ...

how to create rounded corner for mobile web view

Is it possible to create rounded corner that viewable on opera mini (version 4) ? friend of mine asking whether i could create a mobile view site that has rounded corner on their design. ...

The css is not displayed in opera mini and balckberry browsers

Hi All, I 'm a php developer. I develope a site for mobile using php hawhaw.inc. i use the page sim for set the css for my page as $myPage->use_simulator("http://".$_SERVER["SERVER_NAME"].":".$_SERVER['SERVER_PORT'].dirname($_SERVER['PHP_SELF'])."/css/style.css") im my css file i write the css for table. it set in the windows mobi...

Debug on Opera Mini

how do i debug a website that looks weird on opera mini? The site is working fine on any other browser ...

User agent string of Opera Mini on iPhone

So hell froze over and Apple accepted Opera Mini into the app store. Does anyone know what the user agent string will be? The documentation says that Opera's template is like this: Opera/9.80 (J2ME/MIDP; Opera Mini/$CLIENT_VERSION/$SERVER_VERSION; U; $LANGUAGE) Presto/$PRESTO_VERSION ...

How can I get my website to be zoomed out by default on mobile phones?

So I want users to be able to see my background on my website. Currently my websites width is 925px and when you view the website in a mobile browser (e.g. iPhone, Opera Mini) it is zoomed in on the text and the user can't see the background. I've tried using the meta viewport tag unsuccessfully. How do I get my website to be zoomed out...

How to disable the submit button in opera mini to prevent multiple submissions of a form

Because Opera mini only fires button events on Opera's servers when a form is finally submitted, I am having trouble preventing users from multiclicking the submit button. This results in multiple submissions of the same form. I could prevent this server-side, but is there any way to prevent this on the opera mini client (i.e. via java...

Can you capture events from the 5 way directional buttons in Opera Mini using JavaScript?

Can you capture events from the 5-way keypad of a device using Opera Mini using Javascript? (My guess is the answer is no, but I figured I'd ask anyway) ...

Is there any way to test your webapp locally using Opera-Mini (considering that Opera uses a proxy to serve pages to Opera-Mini)

How can I test my web app locally using Opera-Mini? I know that in order to test it using their Opera-Mini simulator you have to have a public site. Is it possible to test it out using a local server that is not public to the internet? The issue stems from the fact that Opera-Mini gets its pages through a proxy server at Opera, and ...