284 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
32
views
NextJs 14 app string is displayed illegibly on some mobile devices
I created a NextJs 14 app with JavaScript, Tailwind and Framer Motion. Now I am receiving feedback from three users that the texts have display errors. This only applies to the view on a mobile device....
1
vote
0
answers
187
views
I cant use API level 24 for my Android Virtual Device in Android Studio
I would like to create an Android virtual device on Ubuntu 24.04 with these characteristics :
abi = x86
api level = 24
target = Android 7.0 (Google APIs)
So I have created a model "Nexus 5 with ...
1
vote
0
answers
99
views
How to connect your activity with the POS Printer
I am trying to update an existing app through integrating it in the handheld mobile POS machine which will help the app to print the bill details in hardcopy format. Till now the app was sharing the ...
0
votes
1
answer
89
views
Why is the behavior of my checkbox different on a mobile device than on a desktop PC?
I have a Blazor Wasm app that works as expected on a desktop PC but acts "strange" on a mobile device. I created a Blazor fiddle, here.
Just click the checkboxes. You will see, they act like ...
1
vote
1
answer
1k
views
How to change WooCommerce notice "info" background color on smaller screens?
Okay so firstly I'm no expert coder (hence the question) but I've managed to change the WooCommerce info bar color for desktop viewing, but I cannot for the life of me figure out how to change the ...
10
votes
1
answer
18k
views
Drag and Drop for mobile devices
I have a problem with this code because it work perfectly on laptops and desktop devices but not on mobile devices , please help me and tell me what are the things to add so it will work for both.
I ...
0
votes
0
answers
217
views
Screen arrow keys for mobile device do not work well
I am working with the JavaScript game project. It is a snake game. I am facing with a bug. Function for keyboard arrow keys are work well. But screen arrow keys for mobile device are not work well. I ...
2
votes
0
answers
220
views
Unity WebGL build to fullscreen on mobile devices
Does anyone know if there is a way to have a working fullscreen button on a browser on mobile devices in WebGL Unity build? I've seen some topics here that it is not supported on mobile devices, but ...
0
votes
1
answer
51
views
Setting List at the bottom of the screen in JS
I have a bunch of posts and each one has a setting button and a setting list, so in mobile version, I want to show the setting list from the bottom of the screen wherever the user is using things like ...
1
vote
0
answers
70
views
svg text does not keep the same size as graphic on different devices
I have created a calendar app in PHP with SVG where each month has a text row on top of the rectangle that represents the month. I developed it on a desktop PC, using the "monospace" font so ...
-2
votes
1
answer
168
views
Getting the information of a mobile device by connecting to it [duplicate]
Is there any way for a server to obtain some information of the mobile devices that are connected to it like memory size and battery power? Is it possible?
Thanks for any reply in advance.
1
vote
0
answers
81
views
Strange behavior when I use addEventListener() on click. It only happens at mobile devices
I'm gonna try to explain what is happening.
When I use a class "hide" as a display: none; to hide a button and show another button after click it works well in desktop browser, but when I ...
0
votes
0
answers
38
views
Web app mobile version after deploy is rendering with bugs [duplicate]
I have very different presentations of my web app design using dev tools mobile device on a desktop browser and my app design using a real mobile browser after deploy.
If you run my project from ...
0
votes
1
answer
2k
views
Puppeteer: How to capture a screenshot with device frame?
Note: I am asking here a adapted version of this this closed question.
When using Puppeteer, it's easy to produce screenshots. It's even their first example, and it works fine on my web app:
const ...
1
vote
1
answer
1k
views
Web Push notifications across multiple devices
I was following this guide to setup Web Push notifications in our web app:
https://blog.elmah.io/how-to-send-push-notifications-to-a-browser-in-asp-net-core/
But unrelated to ASP.NET core, I would ...