Questions tagged [mobile-browser]

A mobile browser is a web browser designed for use on a mobile device such as a mobile phone or PDA.

A mobile browser is a web browser designed for use on a mobile device such as a mobile phone or PDA. It also called a microbrowser, minibrowser, or wireless internet browser (WIB) that are optimized so as to display Web content most effectively for small screens on portable devices. Mobile browser software must be small and efficient to accommodate the low memory capacity and low-bandwidth of wireless handheld devices. Typically they were stripped-down web browsers, but as of 2006 some mobile browsers can handle more recent technologies like CSS 2.1, JavaScript, and Ajax.

417 questions
0
votes
1 answer

Create static horizontal scrolling

I'm trying to develop an horizontal scrolling for a landing page. I'm trying information that I found here. But I want to make something similar, but not exactly that... In that Web page, we have two elements: We can see we have a menu, and an…
Sonhja
  • 8,230
  • 20
  • 73
  • 131
0
votes
3 answers

How can I detect mobile browsers without checking HTTP headers?

Before telling me that the question have been asked earlier only with after reading my title, read further. I would like to know the best way to detect mobile browser without sniffing the headers for the simple reason that this can be modified…
Cybrix
  • 3,248
  • 5
  • 42
  • 61
0
votes
1 answer

Looking for a cross-mobile browser compatible way to record from a built in microphone?

I want to make a very simple web app that takes the audio signal from the phone's microphone and varies some simple graphics on the page in as near to real-time as possible. I'd prefer the app to be web-based (rather than iOS/Android apps) so that…
Ian
  • 1,427
  • 1
  • 15
  • 27
0
votes
2 answers

Does Opera Mini support window.confirm()

Could someone tell me whether Opera Mini (versions 4 and up) support the window.confirm() javascript method? If not, what value does the method return? var answer = window.confirm("Yes or no?"); Will answer be TRUE, FALSE, NULL or Undefined?
Rolf
  • 2,178
  • 4
  • 18
  • 29
0
votes
2 answers

Need to Display ads on top of Header in mobile browser. When it scrolls the header should stay fixed and the ads and the content body should scroll

I am developing mobile browser app using html5 and jquery mobile. I have a small question. I Need to Display ads on top of Header(Browser(AD, Header, Content, and Footer)) in mobile browser. When it scrolls, the header should stay fixed at the top…
dhiku
  • 1,818
  • 2
  • 22
  • 38
0
votes
1 answer

How to figure out the height of a div for mobile browser

I am trying to recreate the page http://www.rexonmedia.com/test/sohalo/images/html5_simpletest.png using HTML 5 and CSS3 but having trouble with the height. I measured the height of the footer with is 50px. It looks okay on the regular browser but…
rex
  • 985
  • 5
  • 28
  • 48
0
votes
1 answer

Custom Menu Accordion Position - Jquery

**I am developing mobile web with Custom select menu containing menu Accordion using Vertical Menu Accordion Plugin. The problem here is, in order to see the last element in the custom menu, certainly need to scroll down. But if i press the Menu…
dhiku
  • 1,818
  • 2
  • 22
  • 38
0
votes
3 answers

Debugging in mobile browsers

Is there any tool like firebug to debug javascript/jquery Ajax request in mobile browsers? How are you guys debugging things in mobile browsers in mobile devices?
shiva
  • 2,674
  • 4
  • 23
  • 37
0
votes
0 answers

Jquery Mobile Need to delay my Dialog Box

I have my background displayed in the screen after few seconds i need to popup my dialog box. Current Code is kind of splashing. But i need popup after few seconds rather than refreshing. Here is my code
dhiku
  • 1,818
  • 2
  • 22
  • 38
0
votes
1 answer

JQuery need to call data-rel="dialog" in the first page or opening page

I am new to JQuery i figured out that i can use JQuery for mobile web browser dev. I am doing a simple pop page for Browser. I went through some documents and got the answer i can use data-rel="dialog" for the modal window like page. But i want the…
dhiku
  • 1,818
  • 2
  • 22
  • 38
0
votes
1 answer

detecting browser window resize on mobile when switching from portrait to landscape and vice versa

I'm using the following code to monitor screen size change and run alertSize() but it only works when loading the page and then it doesn't work window.onresize=alertSize();
Sami Al-Subhi
  • 4,406
  • 9
  • 39
  • 66
-1
votes
1 answer

How do you make the website title fit on a mobile browser?

Issue I am trying to build a portfolio website using bootstrap 5, and have been having trouble with the navbar displaying the Title so that it overlaps the hamburger menu and goes off the side of the screen. This issue is only happening on firefox &…
GeorgeCiesinski
  • 191
  • 1
  • 3
  • 11
-1
votes
2 answers

Preview of (Desktop Site) on Mobile browser is not responsive as compared to computer browser

Here the pictures of the Mobile browser (Desktop Site) and Computer browser at the same width. It is not giving me the same result. Here the pic that is set to 980px on mobile browser desktop site: [image 1] And here the whole pic of the page on…
m-naeem66622
  • 425
  • 1
  • 5
  • 16
-1
votes
1 answer

Samsung Note 8 & Android 9.0 Browser shows the wrong CSS colour

my website shows the wrong color on the Samsung note 8 & android 9.0 browser. I have a light blue color, it shows dark blue color, how can I fix it?
S.Len
  • 11
  • 6
-1
votes
1 answer

Any difference in User agent for mobile browser and ubuntu

Is user agent for mobile and ubuntu same for Mozilla?
Aneeth
  • 1
1 2 3
27
28