Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
544 views

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

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 ...
2
votes
4answers
327 views

Mobile Website Debugging

A website running in a normal desktop browser like Firefox can be debugged with Firebug. Similary, are there any tools which can be used to debug Mobile versions of websites running on browsers ...
2
votes
2answers
753 views

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 ...
1
vote
0answers
38 views

Bug with jquery-mobile: listview('refresh') and buttons, on Opera Mobile

I'm testing jquery-mobile with Opera Mobile browser. There are bugs, which are visible on both Opera Mobile Emulator and Opera Mobile on mobile device. On both they are occuring randomly (often, but ...
1
vote
1answer
38 views

Android - Pass cookies to Opera Mobile

I have an app, which interacts with a foreign webserver which sets a session cookie upon login. Certain pages I would like to display in a webbrowser, instead of processing the HttpGet request. ...
1
vote
2answers
167 views

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 ...
1
vote
1answer
102 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
3answers
285 views

Opera Mobile incorrectly calculates position: fixed

I have a interesting problem with position: fixed in Opera Mobile 11: Test page: http://dl.dropbox.com/u/841468/testcase/opera/fixed.html The red <div> should stay fixed on top. If I scroll ...
1
vote
1answer
635 views

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

Float number is displayed as phone number for Opera-mobile

I'm developing small web-mobile application. Some my page contains float number. But on Opera-mobile this number is displayed as link to deal phone number. I have found similar issue for Safari: ...
1
vote
1answer
947 views

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

website in operamobile for symbian OS

I have a mobile website which works fine when checked in opera-mobile in android phones. When I check it in Symbian I see that it isn't taking the width:100% I have given in the CSS for the container ...
0
votes
0answers
86 views

Does the Android browser buffer touch events? Getting delays

I am quite happy with Android 4.0. My Canvas Game runs OK, and multitouch works in the Browser. But there seems to be a delay in the events when I use the standardbrowser. When I take "Opera Mobile", ...
0
votes
1answer
60 views

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 ...
0
votes
1answer
44 views

AJAX support in Opera Mobile

I've heard that Opera Mobile is supporting AJAX. So I've tied to wrote a simple page that uses ... Can anyone tell me what is wrong with this page? <html> <head> <script ...
0
votes
0answers
29 views

How can I stop number becoming hyperlinks in opera mobile

I have written a mobile optimised web site which runs on opera mobile. I display "tracking numbers" which are all numeric 12 digit numbers. These appear as hyperlinks in opera mobile, which are ...
0
votes
1answer
132 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
1answer
43 views

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]
0
votes
1answer
316 views

Does opera mobile support scrollable divs?

I am trying to add a scrollable grid to a mobile web site I am currently working on. I've tried using the jQuery Scrollable Table Plugin written by farinspace, which works fine in IE8 but doesn't work ...