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
21
votes
10 answers
Font Awesome Icons are not working in some browsers
I'm using Bootstrap + Font Awesome, and all is ok with most desktop and mobile browsers, but Font awesome icons are not working with some browser like opera Mobile, Opera Mini, and some version of Android Browser.
Only displays a blank…

Gonzalo
- 2,866
- 7
- 27
- 42
6
votes
1 answer
Scan inputs with Opera Mobile 10
We have chosen the Opera Mobile for one PDA application, everything went well until we hit a problem with regards to taking a scanned input to one of the text fields.
The general way you'd approach this problem is by setting one textBox to have…

Illuminati
- 4,539
- 2
- 35
- 55
5
votes
1 answer
How can I make a Google map show current location on iOS5 and Opera Mobile?
I've spent quite a bit of time reading up about using the google maps api and have put together the code below. The code first centers on a particular location, and then changes the centre of the map to the users current location - which it…

user714852
- 2,054
- 4
- 30
- 52
3
votes
1 answer
Opera Mobile can't focus a text input with Javascript
Using Opera Mobile (tried 9.5 and 10), I cannot get the cursor inside a textbox using Javascript.
I have a barcode scanner so I wanted to have the textbox auto focused so that it's ready to receive the automated barcode input without the user having…

RandomCoder
- 1,358
- 5
- 20
- 35
3
votes
1 answer
How can i obtain GPS location in Android Webkit or Opera Mobile 10
Well the question is in the title.
How can i obtain GPS location on a mobile device in Android Webkit or/and Opera Mobile 10?
So in iPhone Safari this is doable. How about those 2 browsers? I looked for such functionalities and found nothing. Is…

JohnnyNotSoBravo
- 31
- 2
3
votes
1 answer
Remote-debug in recent opera versions
Remote debugging was easily possible with Opera Dragonfly in much previous versions of Opera. But Dragonfly has been replaced with Chromium based developer tools in recent versions and the remote debugging tool can not be found there .
So what is…

Istiaque Ahmed
- 6,072
- 24
- 75
- 141
2
votes
2 answers
How to access local server on a PC using Opera Mobile
I am trying to test my website on Opera Mobile on my PC. But I am not able to connect to the local server using the mobile browser. Could any one of you tell me what all settings need to be changed in order to make this thing work?
Your answers will…

Yamini Indrakanti
- 43
- 1
- 2
- 6
2
votes
3 answers
jQuery Mobile calling click or tap on a hidden input[type=file] in Opera Mobile
I have a form where I am uploading images, so there is obviously an input[type=file] which has a class of .image-upload,but as it looks ugly I have hidden it (display: none) and instead have a pretty button that says upload (class .upload) and on…

Lee
- 8,354
- 14
- 55
- 90
2
votes
3 answers
On button click slide and focus on search input in jquery mobile
I have made this UI with jquery mobile, here i am doing is on button click a search input slide down for search... and likewise it will focus on the input box...
This is the script i am using,
$(function() {
$( ".opensearch" ).on( 'tap',…

SaurabhLP
- 3,619
- 9
- 40
- 70
2
votes
1 answer
Why are my web pages zoomed in when I open them in Opera Mobile?
I am developing a mobile version of web pages. I am testing with a Symbian phone with two browsers. The default browser is working properly but I am having problem with Opera Mobile.
Every time a page loads, it loads zoomed in rather than being fit…

maponda1
- 48
- 1
- 1
- 8
2
votes
1 answer
Opera Mobile 9.7 Beta Set Focus
We use a handheld scanner to move items in and out of inventory. The scanner runs an ASP page that submits the form to move the item. We recently purchased a new scanner running Windows Mobile 6.1 and soon realized that Mobile IE is completely…

awilinsk
- 2,054
- 6
- 31
- 50
2
votes
1 answer
How can I remove zoom icon in opera mobile
I am designing a web page for Opera Mobile. It has a little zoom icon on the left right corner. When I visit www.opera.com, this icon becomes invisible and zoom level becomes fixed. For any other web page it appears and I can zoom in and out of the…

Szere Dyeri
- 14,916
- 11
- 39
- 42
2
votes
1 answer
So, I'm maintaining the main page of an archive located here, where an audio element gets inserted with a randomly chosen RELATIVE link to an audio file. It plays the audio fine on desktop browsers, but it fails to play the audio on Android mobile…

user1263513
- 91
- 1
- 8
2
votes
1 answer
Opera Mobile and jQuery Mobile Select menus display bug
There is a bug in jQuery mobile with Opera Mobile which displays the default select over the custom one from jQuery Mobile, see the screenshot below directly taken from jQuery Mobile's website!
Here's the code used by jQuery mobile to hide the…

nebulousGirl
- 1,364
- 2
- 13
- 23
1
vote
2 answers
How to make scrollbars in android browsers
How to use overflow-y in android browsers, for example in opera mobile? If I create a div with overflow-y style, thenn it wont work, like in the desktop browsers.
So I want to make vertical-scrollable div, without using any libraries.
Please give me…

Danny Fox
- 38,659
- 28
- 68
- 94