Skip to main content

Questions tagged [page-refresh]

Questions dealing with causing or preventing the re-rendering of an HTML document by a web browser.

page-refresh
0 votes
2 answers
24 views

Autofill form with user data does not work on Page Reload while using React Query to fetch data

I have a simple form to update user data. I am using React Query in my app. The form autofills successfully with user data and the user update mutation also works fine. The problem arises when I ...
Saptaparnee's user avatar
0 votes
0 answers
52 views

Problem when submitting EditForm after refreshing the browser

I have Blazor Web app with render mode InteractiveAuto.I have one Editform to validate the information from one table in database. After validating, It return some data to another Editform and some ...
user1744582's user avatar
0 votes
1 answer
37 views

Components Refreshing on Mobile View

I have an issue with my React project that is only occurring on a mobile device where I'm noticing a lot of components seem to be refreshing? Some examples are: If im on the second page of a list of ...
ScuffedCoder's user avatar
0 votes
0 answers
63 views

My browser seems to remember the scroll position of a page across F5 refreshes

I've prepared a small html file to demonstrate the behavior, and tried it in four browsers. Chrome - this is my usual browser Opera browser - shows the same strange behavior as chrome ...
John Berenberg's user avatar
0 votes
0 answers
24 views

how to refresh specific pages while using library persistent_bottom_nav_bar statemanagement = true?

I use the persistent_bottom_nav_bar library for the bottom navbar, then set stateManagement = true, is it possible that when opening a certain page, for example the Cart() page, the data can be ...
WENDY LEANDO's user avatar
-1 votes
2 answers
29 views

React app not working after refreshing it

I have successfully deployed my react app without errors on netlify but it crashes when I refresh it. Full code for the react app is given in the below repository: https://github.com/heni2021/Social-...
Heni Mehta's user avatar
0 votes
0 answers
24 views

MERN app deployed on Vercel, 404 when i refresh sub domain

I have a quite specific issue that I can't seem to resolve: When I reach my MERN app deployed on Vercel, everything works fine until I try to refresh a page other than the homepage (all subpages). I ...
Yoann Bonge's user avatar
1 vote
0 answers
34 views

Data doesn't persist after reloading?

When I refresh the page (using F5) in the TableListVulnerabilities component, the previously fetched data disappears, and the component appears empty. Why is the data not persisting across page ...
Jas Verma's user avatar
0 votes
0 answers
5 views

My header nav only opens the mobile menu after refreshing the whole website on some browsers like Chrome

I have a hamburger nav that is supposed to open a mobile menu when clicked. On some browsers it works, on others (like Chrome and Firefox) it only works after hitting refresh for the page. I used the ...
Tec's user avatar
  • 1
0 votes
1 answer
125 views

Flutter Refresh indicator over PageVIew

In Flutter I would use a refreshIndicator to refresh a list made by an horrizontal pageview (a list of scrollable cards), but it seems that refreshIndicator works only with listView / gridView. Has ...
Federico Bortolozzo's user avatar
0 votes
0 answers
13 views

Is there a way to determine if BeforeUnloadEvent is triggered by browser's refresh button or browser's close button?

useEffect(() => { const handleBeforeUnload = (event: BeforeUnloadEvent) => { // indicate that exit to Server is called in local storage localStorage.setItem('...
MiniM's user avatar
  • 21
0 votes
1 answer
37 views

Preventing Unintended Refresh Behavior on Non-scrollable Content in a TMS WEB Core App?

I'm currently refining the responsiveness of my Delphi TMS WEB Core app. However, I've encountered an issue when viewing it on mobile devices. Attempting to scroll on non-scrollable elements ...
Shaun Roselt's user avatar
  • 3,055
0 votes
0 answers
39 views

Google Translate not translating without refreshing the page

I have installed Google Translate on my website https://news.steppingstone.org/. The anchor tags populate on URL when language is selected but the page itself does not translate unless page is ...
Melanie Fortier's user avatar
0 votes
0 answers
28 views

receiving information from server when website is refreshed

hi i am making an automatic slot booking bot and i want the bot to reload the website every 30 seconds however when pressing the refresh button or ctrl + F5 i am not sure if it is getting information ...
Isy Gilbert's user avatar
0 votes
1 answer
19 views

Reload problem with Express JS and database

My index.js looks something like this: var express = require('express'); var router = express.Router(); const pg = require('pg-promise')(/* options */); const db = pg('postgres://postgres:postgres@...
SK19's user avatar
  • 160

15 30 50 per page
1
2 3 4 5
79