214 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
135
views
position: fixed does not work as expected on Android browsers
I am trying to make a header (with a width of 100vw) fixed in the top-left of a page (with a width of 1024px) that contains a horizontal scroll.
I am using position: fixed and left: 0 to achieve it. ...
1
vote
0
answers
50
views
Audio Not Playing in Mobile Chrome at 100% Volume, but Works at 99%
In mobile Chrome, I'm experiencing an issue where audio does not play through headphones when the volume is set to 100%. The sound is playing but is not outputting to the headphones. However, if I ...
0
votes
1
answer
251
views
SFSafariViewController and Chrome Custom Tabs Cookie Behaviour
We have a mobile app that sometimes jumps out to our website to show certain pieces of content.
Currently for these jumps we use SFSafariViewController on iOS and Chrome Custom Tabs on Android, we are ...
3
votes
1
answer
822
views
Prevent auto detection of phone numbers in Chrome mobile
I faced an issue with webpage on Chrome mobile: the block with text content being detected as phone number.
I was able to fix issue on Safari by adding meta tag.
<meta name="format-detection&...
1
vote
0
answers
81
views
Chrome-mobile "forgets" settings in indexedDb & local Storage
We got a website installed as a PWA (via intune) which needs a configuration to be saved on the device. In the begining the config was saved in the indexedDb and the devices would "forget" ...
1
vote
1
answer
953
views
Display Button for installing "Web App" without using the Browser-Dialog
I use manifest.json on my website for installing the service as a "webapp". Normally, Android/Chrome-Users have to do the following steps to install the service:
Click on the Menu-Icon
...
0
votes
0
answers
169
views
URLSearchParams not working in chrome mobile?
im making a react web app with the spotify api and the authorization works correctly on both my pc (in brave browser) and my phone on firefox. however, it doesn't work on my phone on chrome. more ...
0
votes
0
answers
126
views
POST call does not work on mobile Chrome browser (but works fine on Desktop)
I have an Angular application that is deployed to Heroku. The login feature page requires an email and password, which after filling out the user clicks a LOGIN button and my application makes a POST ...
0
votes
1
answer
985
views
Is a way to see the errors of a site on android mobile without installing any app?
I use github to code html sites and to host it but I do not find a way to see the errors of my site on mobile.
Is a way to see the errors of a site on chrome or samsung browser on android mobile or ...
5
votes
3
answers
2k
views
Chrome-Mobile PWA Fullscreen: App Area Exeeds HTML Height
So, I got an Angular PWA, which is set to run in full screen.
But when I set the "display": "fullscreen" in the webmanifest, instead of "display": "standalone" ...
1
vote
0
answers
2k
views
Force link to switch from in-app browser to real browser
When someone clicks a link to my website on an app like Instagram or TikTok, the link opens in the apps in-app-browser. When they click a link to another site, it also opens in the in-app-browser, ...
9
votes
5
answers
2k
views
How to keep header at top of visual viewport after layout/visual viewport changes in Chrome mobile web?
I know there have been multiple SO questions about this, but none of them seem to work anymore since the browser teams have made changes since those questions were asked. I'm trying to find the most ...
0
votes
1
answer
47
views
Chrome mobile - wrong background cover position
This is the HTML code:
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html { ...
0
votes
1
answer
2k
views
Push API: Mobile browsers don't receive push notifications anytime. Only when SW is running
I am developing a PWA with node.js.
It is installable and it runs nicely.
Lately I tried to implement Push Notifications like explained here:
https://developer.mozilla.org/en-US/docs/Web/...
1
vote
0
answers
474
views
How can float virtual keyboard over html element in mobile chrome
VirtualKeyboard API is deprecated in mobile chrome.
but i need floating virtual keyboard over html element.
how can i implement this javascript or html or css in chrome?
navigator.virtualKeyboard....