Questions tagged [opera-mobile]

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.

47 questions
1
vote
0 answers

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 not always). The most visible is with refreshing…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
1
vote
1 answer

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. Unfortunately the website uses frames which is…
rob
  • 53
  • 4
1
vote
1 answer

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 selectable.). On other browsers, everything is…
erbo
  • 91
  • 1
  • 2
1
vote
1 answer

Viewport on Opera Mini & WM6.1 does not match 100% of the `device-width`

sample page: 256.cz/test/ with code: meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" same CSS style for mobile view and normal view latest…
maachal
  • 11
  • 2
1
vote
3 answers

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
should stay fixed on top. If I scroll page down, element moves a bit from top edge of viewport…
kuvik
  • 183
  • 1
  • 2
  • 11
1
vote
0 answers

Opera Mobile ignores overflow: hidden | Strange white offset beyond the page content

It's some kind of magic, really. I didn't see anything similar before. So only on Opera Mobile (the latest ver) on the Android device (any), I get a strange white offset while some of the nodes cross the body content width (i.e. became beyond the…
Sviat Kuzhelev
  • 1,758
  • 10
  • 28
1
vote
1 answer

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:
Dewfy
  • 23,277
  • 13
  • 73
  • 121
1
vote
1 answer

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 at all in Opera Mobile for Windows. I've also…
Antony Scott
  • 21,690
  • 12
  • 62
  • 94
1
vote
3 answers

How do we know about APK install source

I came to know that, Android Play Store is not only a place where we can deploy APK files and there are quite a few. Now I am planning to deploy my APK on following: 1) Amazon AppStore 2) Opera Mobile Store 3) Samsung Apps Store 4) NokiaX. …
1
vote
1 answer

How can I prevent the back arrow from closing a popup window in Opera Mobile 12?

My application has a popup window that our Android tablets running Opera Mobile 12 (the only mobile browser with proxy support and the last "real" Opera browser) render as a fullscreen window. That's fine, but the problem that arises is any errant…
Eric L.
  • 3,232
  • 2
  • 22
  • 20
1
vote
4 answers

Twitter Bootstrap icons and Opera Mobile :(

Why icons of Twitter Bootstrap don't displays in Opera Mobile browsers? How to solve the problem?
1
vote
1 answer

MVC links not working in jquery mobile app environment

I am working on converting my existing MVC website to be Mobile friendly. I am having issues when clicked on links, it is showing empty page. If I remove following links in _Layout.Mobile.cshtml…
Coder0997
  • 232
  • 2
  • 3
  • 14
1
vote
0 answers

SVG width in Opera Mobile not bigger than 800px

I have SVG with width set to 2048px and I want it display in Opera Mobile (with possibility to scroll horizontally if it is bigger than screen), but for some reason Opera is always displaying the SVG with width = 800px and scaling down the SVG. This…
Pax0r
  • 2,324
  • 2
  • 31
  • 49
1
vote
1 answer

ASP.NET MVC4 mobile site displays correctly on local host not deployment server

I have an ASP.NET MVC4 site with mobile content. When I deploy this on my local development machine, the mobile content is what I see in Opera Mobile when I go to localhost/mysite. However, when I deploy this to my actual server, I see the desktop…
Klaus Nji
  • 18,107
  • 29
  • 105
  • 185
1
vote
1 answer

Stop Opera Mobile from outlining touched elements

Does anybody know how to stop Opera Mobile (Windows emulator) from displaying bluish outlines for touched HTML elements? Blue outline appears when touched: I want this:
omittones
  • 847
  • 1
  • 10
  • 23