mobile-browser Questions
4
Solved
when I have a web page with a scrollable content. With css property "overflow:auto" or "overflow:visible" the scrollbar is visible on desktop browsers, but when I open the page on mobile browsers t...
Hamford asked 7/4, 2014 at 8:55
3
Following is the code I have got for location redirect to SMS app when the user is on a mobile browser-
window.onload = function() {
window.location ="sms:12345?body=" + encodeURIComponent("TEST"...
Galvanometer asked 29/5, 2018 at 12:54
2
My react app has a page that has input fields and buttons on it. The website works on mobile browsers, however on iOS in the Instagram in-app browser, whenever a user clicks on an input field and t...
Ioab asked 24/11, 2019 at 5:52
24
Solved
I have a website here.
Viewed in a desktop browser, the black menu bar properly extends only to edge of the window, since the body has overflow-x:hidden.
In any mobile browser, whether Android o...
Stellastellar asked 11/1, 2013 at 1:7
47
Solved
I'm looking for a function that returns a boolean value if the user is using a mobile browser or not.
I know that I can use navigator.userAgent and write that function by using regex, but user-agen...
Autarky asked 8/7, 2012 at 8:13
5
Solved
I have a website and I want to display comments in a div. I tried to use an overflow scroll div but it overflowed on mobile devices. It does work on my computer What am I doing wrong?
Freemon asked 28/2, 2020 at 4:31
1
Native mobile apps can use the Secure Element (or Enclave), e.g. to generate and use private keys for encrypting and signing data. These private keys are stored in the hardware of the mobile device...
Whoa asked 13/1, 2021 at 22:28
5
I want to show my web-site in landscape mode only, is it possibile? It does not matter what the orientation is of device in user's hand but the web site will always be in landscape mode. I have see...
Unseal asked 5/1, 2012 at 5:25
7
Solved
I am having trouble with my footer. I want the footer to stay at the bottom of the screen, but there is a slight problem. When using mobile browser, some fields get blocked by the footer when openi...
Mccabe asked 25/3, 2014 at 7:9
3
Solved
I would like to inject an external javascript code into a certain webpage in a mobile phone browser such as chrome or opera mini. On computers, we can do this directly in the console or through ext...
Tannenwald asked 26/12, 2021 at 11:7
14
I am trying to scroll to a specific location in a scrolling DIV. Right now I am using a pixel offset with the jQuery scrollTop() function which works great on desktop browsers but it does not work ...
Naked asked 1/9, 2012 at 6:28
8
Safari and Chrome on mobile devices both include a visible address bar when a page loads. As the body of the page scrolls, these browsers will scroll the address bar off screen to give more real es...
Rhonarhonchus asked 23/5, 2016 at 15:59
1
I am using a file type input. It should accept pdf, doc and docx file formats. So I added the following input tag -
<input type="file" accept=".pdf,.doc,.docx">
This works as expected on d...
Pomfret asked 29/1, 2018 at 14:17
6
Solved
I have to do dynamic decision about the contents weight to send to the client based on his/her connection speed.
That is: if the client is using a mobile device with 3G (or slower) connection, I s...
Bezant asked 9/6, 2011 at 13:58
3
Solved
I would like to have a simple website that works both on desktop and mobile browser, and encountered a weird (rookie) problem: when I have a table whose column texts are of different length, the fo...
Oogonium asked 22/11, 2014 at 5:3
2
Mobile browsers prevent video autoplay for understandable reasons. I have a video background on a site, so control buttons are out of question, but I thought that I could pop up window with some in...
Bum asked 5/2, 2016 at 15:56
1
I am working on a project that is targeted for browsers on smart phones. And I can't seem to find any way to do a client-side speech recognition, as the mobile version of chrome doesn't even suppor...
Equivalent asked 30/3, 2018 at 15:0
3
Android Browsers is sending Dalvik as the user agents in the request headers.
I am currently working on a mobile site having a simple login page that validates username and password then authorize...
Elledge asked 22/5, 2014 at 10:30
6
Solved
I have an android phone with multiple browsers installed and I might or might not set a browser to default.
So, my question is..
From my App, How do I force open a link only in the NATIVE androi...
Transformism asked 26/4, 2012 at 11:54
6
Solved
Sorry for a lack of example on this one, but I figure it's easy enough to understand.
I have a fixed background on my site, which is currently implemented like this:
#background {
position: fixe...
Photodrama asked 25/4, 2014 at 18:0
3
Solved
I need to do on the website some feature to disabled idle/sleep phone. Does anyone try make this on phone with android ? is it in any way possible?
Trimetallic asked 26/11, 2015 at 8:17
1
Solved
Added some position: sticky property to my webpage. On Desktop browser work fine but sucks in mobiles.
Guardroom asked 22/7, 2017 at 1:32
2
Is there any way to detect mobile browser close event? I need to forcefully delete a cookie on browser close. I have already tried my luck with window.onbeforeunload and window.unload but they does...
Gaiter asked 11/2, 2015 at 8:54
1
I have a fix positioned element at the bottom of the screen which works perfectly except for the Android browser where the bottom control bar overlays my element. It doesn't even trigger the window...
Imminence asked 8/12, 2014 at 11:30
3
Solved
Via HTML, is it possible to access/open the SMS app from a mobile browser?
It's okay if the SMS is routed through the user's own mobile carrier (like normally), and is billed to the said user as w...
Hemistich asked 10/7, 2015 at 13:43
1 Next >
© 2022 - 2025 — McMap. All rights reserved.