Tagged Questions

Opera Mini is a web browser primarily for mobile devices developed by Opera Software ASA. Opera Mini is a proxy browser. When a user requests a URL, the request is sent to Opera's servers. These servers retrieve the page and convert it to Opera Binary Markup Language (OBML). The OBML image is then ...

learn more… | top users | synonyms

5
votes
4answers
886 views

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
5
votes
4answers
11k views

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" ...
4
votes
4answers
754 views

what are the rules for making mobile friendly website?

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 ...
3
votes
3answers
2k views

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 ...
2
votes
1answer
48 views

Can I access azure applications from any device?

I have read that to use applications present on cloud, the only requirement is a web browser and an Internet connection. Does this mean that I can access applications on azure cloud from my low end ...
2
votes
1answer
259 views

opera mini - problem with loading page

I'm developing xhtml page for wap applications and have a problem with the first page load in Opera Mini. Not the entire page content is displayed correctly the first time on screen, a lot of graphics ...
2
votes
1answer
59 views

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)
1
vote
1answer
342 views

Background size not working in Opera Mini despite Modernizr thinking it should

I am using Modernizr to detect whether browsers support the CSS3 property background-size for a mobile site I'm building. I'm testing the site in the Opera Mini 6 Simulator on the official Opera ...
1
vote
1answer
113 views

link text not visible in opera mini/mobile

opera mini / mobile behaves strange on menu links links, they are not visible (actually, as the site renders they become visible for a second, and then they are not visible anymore, but the text is ...
1
vote
1answer
445 views

Why does Opera Mini sometimes click the wrong link

Every once in a while, but especially prevalent on Facebook, Opera Mini will exhibit the following behavior. Of two successive and different links, seperated by text and other markup: the correct ...
1
vote
3answers
321 views

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 ...
1
vote
1answer
301 views

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 ...
1
vote
2answers
361 views

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 ...
1
vote
2answers
714 views

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.
1
vote
1answer
238 views

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 ...
0
votes
0answers
25 views

opera mobile - why my web interface is broken when access it with opera mobile?

When I access it with opera mobile emulator on localhost, everything is fine..but when I access it with opera mobile on my phone via online, my web interface is broken...(opera mobile version 11.5) :( ...
0
votes
1answer
50 views

min-width:320px not firing correctly on Opera Mini for Android

Testing some media queries in various browsers on Android and noticed Opera Mini 6.5 on my Samsung Galaxy S does not seem to apply stlyes inside the following code. @media screen and (min-width: ...
0
votes
1answer
50 views

opera mobile not allowing jquery clicks

i have been testing out the foundation css framework and quite liking their custom form elements that the framework provides i have built this page to test the framework out ...
0
votes
1answer
79 views

css - alternatives or hacks for mobile browsers that don't support “background-position”

I am trying to make my mobile site accessible to as many browsers as possible, and I noticed when using the opera mini simulator (http://www.opera.com/mobile/demo/) that it doesn't support css ...
0
votes
1answer
110 views

Flowpayer jQuerytools Scrollable not working in Opera Mini

The transitions are not working and alse scrolling on smartphones doesnt work too and it seems the whole script isnt working properly in opera mini.
0
votes
1answer
148 views

CSS for Opera Mini only

I have some issues with css and Opera Mobile. Without effecting other pages is there a way I can fix the css on opera mobile? Here are my issues: Links aren't underlined CSS below does not ...
0
votes
2answers
37 views

J2ME and WebBrwoser control

How do i use the default internet browser of cellphone in my J2ME program? is it possible? or is there any developer version of Opera Mini for this case?
0
votes
1answer
370 views

Opera Mini and CSS

I'm working on a webapp and I would like to increase the compatibility with the different kinds of mobile browsers. Opera Mini drives me crazy, I don't understand why a simple code like the following ...
0
votes
3answers
733 views

The css is not displayed in opera mini and balckberry browsers

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 ...
0
votes
2answers
113 views

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 ...