Opera Mobile is a web browser for smart phones developed by Opera Software ASA. It should not be confused with Opera Mini, a proxy web browser for mobile phones from the same company.
Questions tagged [opera-mobile]
47 questions
1
vote
0 answers
HTML5 Offline not working in Opera Mobile(with Turbo ON) & Web SQL not working with Turbo OFF
I'm using MVC architecture for my html5 + jQuery mobile application. I'm facing a problem in opera mobile 12(When Turbo ON), when I try to do application cache(manifest) for saving pages for offline use. But when I switch OFF turbo, offline cache is…

nim007
- 2,958
- 3
- 16
- 28
0
votes
3 answers
querySelectorAll() not working in Opera Mobile 11.5?
I'm trying to remove elements from webpages that aren't essential using querySelectorAll, but this doesn't seem to work on Opera Mobile 11.5. I've tried the scripts out on my PC before I've put them on my phone.
Mozilla's documents are confusing,…

user1263513
- 91
- 1
- 8
0
votes
1 answer
Background always fills browser window, even on mobile browsers?
I've tried the answers at Stretch and scale CSS background (and also http://css-tricks.com/3458-perfect-full-page-background-image/) and it works beautifully in Firefox and Chrome, but both methods fail in the Android browser. Both techniques fail…

Darren Cook
- 27,837
- 13
- 117
- 217
0
votes
1 answer
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 center like button
#likeButtonWrapper //Center like…

Soatl
- 10,224
- 28
- 95
- 153
0
votes
1 answer
Ideal size of the opera mobile for windows simulator
Ideal size for testing jQuery mobile website in Opera mobile simulator ?
When I set it to 350 * 600 my application look great but when I make it smaller or larger it looses some text [not alignment]

Chris
- 2,293
- 11
- 48
- 86
0
votes
1 answer
How to debug Opera on Android?
I have a web app that doesn't work as expected on Opera on Android. How can I see the console logs?
On iOS, I can connect my device and inspect everything in Safari.

Paul Razvan Berg
- 16,949
- 9
- 76
- 114
0
votes
0 answers
Audio problems in Opera mobile
I am developing a webpage which plays audio after pressing a button. This works well in Chrome and Firefox. However in Opera mobile, instead of playing the audio it opens up a prompt which asks us to either download, play or cancel the audio. This…

Abhijith
- 7
- 1
0
votes
1 answer
How to prevent native fullscreen video player on Opera Mobile for Android using Flowplayer?
I am building the Flowplayer video player through Javascript dynamically, and on all browsers currently I am getting the expected result, except for Opera Mobile. I am using the flowplayer.conf.native_fullscreen configuration setting to disable the…

ohmatt
- 83
- 1
- 6
0
votes
2 answers
How to make opera mini not cache css?
Iphone 5, IOS 7.1, opera mini accepts changes only on first load, i.e. on consequent ones it just ingores any change (css, js, html). In order to see the change I just remove it and install it again and it shows the actual change. WTF? Im aware of…

Karen Grigoryan
- 5,234
- 2
- 21
- 35
0
votes
1 answer
Div messed up in Opera Mobile when zooming in
I' using a div on my website with the following css class:
width: 100%;
margin: 6px auto 0;
height: 51px;
line-height: 50px;
text-align: center;
max-width: 1290px;
There are several links in this div with the following css class:
display:…

ovabrandon
- 826
- 10
- 17
0
votes
1 answer
position a div off screen in Opera Mobile (overflow:hidden not working)
I'm working on a responsive web layout, with a menu that is positioned off screen - basically I'm using the following code:
CSS:
body {
overflow:hidden;
}
.offscreen {
background:#F00;
height:100px;
position:absolute;
…

ptriek
- 9,040
- 5
- 31
- 29
0
votes
1 answer
How to POST the HTML Form in Opera Mini and Opera Mobile?
There is an ASP.NET 4.0 website and this is for mobile phones.
Since, still many mobiles do not have Javascript support I used Native FROM. I've prepared a test page and here it is:
In test.aspx file
<%@ Page Language="C#" AutoEventWireup="true"…

E-A
- 1,995
- 6
- 33
- 47
0
votes
1 answer
Opera Mobiles css3 rendering problems
when testing my website using Opera Mobile, I discovered some serious problems which I've no idea why they happen and how to fix them.
Here's a comparison between FF (Windows) and Opera Mobile (FF renders as expected):
Here's the jsfiddle with the…

Ron
- 3,975
- 17
- 80
- 130
0
votes
2 answers
Opera Mobile not showing jQuery Mobile icons
I have a problem in Opera Mobile browser which is failing to display jQuery dialog icons. This is how this looks like:
As you can see, icon left from error, which should be close button (x) is missing, as well as the icon in the "OK" button. Also,…

misaizdaleka
- 1,776
- 3
- 21
- 32
0
votes
3 answers
How do I trigger onsubmit() events for simple forms in Opera Mobile with a virtual keyboard?
I have a small application that normally has a single visible text input, and pressing enter triggers a JavaScript method without triggering the normal form submission. Here is a very simple test case: