Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [browser]

A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.

0 votes
0 answers
15 views

Is there any way that we can access server file from server url?

For ex , My server URL is : https://example.com. And there is one file in server folder i want to access that i didn't add in my code. For example: APK filename is demo-example.apk I want to access ...
NMR's user avatar
  • 1
3 votes
1 answer
36 views

Why does read not return in BYOB mode when stream is closed

I am working with ReadableStreams in JS/Browser code and hit the following issue. When using a ReadableStreamBYOBReader to control the size of stream reads, if the stream is closed during a read ...
schickb's user avatar
  • 1,977
0 votes
0 answers
6 views

How to hide user jwt from browser inspect on Api request header

As a frontend developer, I have to send the token inside request header. When I make api calls from web app frontend (lets assume REST Api), anyone can see it from browser inspect including the Api ...
Syed Mehdi R.'s user avatar
0 votes
0 answers
21 views

How to use CSS to Style for Smart TVs

How can I use CSS to apply a specific set of styles for Smart TV browsers? Looking for something like a user agent detection, or similar. I use display width and aspect ratio to detect mobile browsers ...
Gorchestopher H's user avatar
-1 votes
0 answers
23 views

Google Meet Screen Sharing Not Working on Ubuntu 20.04 (X11 and Wayland) [closed]

When I share my screen on Google Meet, viewers on Windows machines only see my profile picture instead of the shared screen. However, viewers on Android devices can see the shared screen without any ...
MIAN SUBHAN's user avatar
-1 votes
0 answers
24 views

localStorage not working on iOS captive portal mini browser (CPMB)

I tried to save data on iOS Captive Portal Mini Browser (Hotspot WiFi) window.localStorage.setItem("my_data", "data"); but when I try to reconnect to CPMB var my_data = window....
pol9595's user avatar
-1 votes
0 answers
9 views

What are the methods for compressing and/or encoding json for a URL query parameter?

I'm building an application using Next.js 14 and am holding my filtering state within the URL. The request that returns the filtered data is a POST request that takes a payload of a certain structure. ...
Ryan Traficante's user avatar
2 votes
1 answer
38 views

Is there a way to activate the printing header and footer using JS or CSS?

I've heard about @page in CSS, that can change margin, orientation, page break, but my question is: Is there a way to activate the "Headers and footers" option, for that when I open the ...
Henrique Dias's user avatar
0 votes
0 answers
12 views

Changing Gemini Browser Interface so Return doesn't Post the Question

When using (Google) Gemini in the Chrome browser (or Edge), it's normal to want to do multiline inputs. This can be done with shift-return (or equivalently shift-enter). But the tendency is so ...
GPU Programmer's user avatar
0 votes
0 answers
21 views

scrollTo specified position when entering page

When entering the page, I use window.scrollTo to scroll to a specified position, but it seems that the browser will scroll the page back to the top? In a Vue3 project, I used window.scroll({top: 200, ...
user22410104's user avatar
0 votes
0 answers
18 views

Why does this simple thumbnail script work on PC browsers and not work on Android browsers?

can someone tell me why this simple thumbnail script works on PC browsers and not on Android browsers? Opened from Chrome or Firefox on my phones it shows a transparent png image. <input type="...
Georgy Shindarov's user avatar
0 votes
0 answers
11 views

Is there a way to make FireFox ask what profile do I want to use upon startup?

I'm trying to switch to FireFox from Google Chrome. One of the key things I'm trying to make work is profiles. When I start up chrome, it asks me "Who's using Chrome?" which looks something ...
ZImperator's user avatar
0 votes
0 answers
7 views

How to make socket.io connection live forever i.e even when browser is minimised and the system is at sleep? On laptop and mobile as well

I developed a socket.io chat app with node.js that works fine with sending messages to rooms and all. I added notifications as well. But only one thing is missing. When the browser tab is inactive for ...
Ruthwik punati's user avatar
2 votes
1 answer
53 views

CSS - focus not working on any browser Why?

Hi there I really never had this problem but today I dont't really understand why the focus is not working - I tried to built a custom switch without using js --- and it looks good and with the mouse ...
Luca Giona's user avatar
-1 votes
1 answer
28 views

The website is called before pressing enter ASP.NET Core MVC

I created new project with ASP.NET Core MVC latest version. It shows a strange behavior. My code: public class VerificationController(TimeProvider timeProvider) : Controller { [Route("email-...
Thanh Nguyen's user avatar

15 30 50 per page
1
2 3 4 5
1788