Questions tagged [reload]

reloading is the process of re-requesting and re-rendering the currently displayed page

Reloading is the process of re-requesting and re-rendering the currently displayed page, triggered for example by JavaScript or the user. Use this tag to mark questions related to forcing the browser to reload or in context of bugs that occur specifically when reloading a page.

2765 questions
0
votes
1 answer

Null check operator used on a null value Error in reload webview

Please I'm working on a flutter WebView project and I need to reload my page if I click a button but it gave me this Error : Null check operator used on a null value. Thank you in advance this is my code : WebView( initialUrl:…
soukaina
  • 85
  • 11
0
votes
1 answer

Error "The remote server returned an error: (501) Not Implemented." Reloading geoserver with C#.

I´m trying to reload a geoserver directory and I´m getting the following error: The remote server returned an error: (501) Not Implemented. This is the code WebRequest serverRequest …
John Gilbert
  • 159
  • 1
  • 4
  • 18
0
votes
1 answer

Instance member 'reload' can't be accessed using static access

I'm working on aflutter project and i'm trying to reload my webview using this but they give me this error : Instance member 'reload' can't be accessed using static access this is my code bool connectionStatus = true; Future check() async { …
soukaina
  • 85
  • 11
0
votes
1 answer

After i reload i want to keep the local storage values

This is my function: function render() { let list = document.getElementById('myNotes'); trashFolderModal = document.getElementById('allBlur'); list.innerHTML = localStorage.setItem(key, text); for (let i = 0; i < titles.length; i++) { …
0
votes
1 answer

In FireBug, how do I make the HTML code persist (open to the ame place in the code) when I do a page reload?

When I refresh a page, I would like to have Firebug return to the same place in the HTML code view (code tree open)
0
votes
1 answer

slideshow height changing on refresh with jquery slideshow

here's an interesting one for you all! My pages are loading a slideshow made using jquery cycle plugin absolutely fine. The slideshows have a variable height so I had to use some code to assess the height of each slide and resize the slideshow…
JorgeLuisBorges
  • 528
  • 3
  • 8
  • 21
0
votes
1 answer

Angular 12: navigate and reload page

I have angular application in which I need to reload page after navigation. I have applied this solution but window.location.reload(); does not work on production. So I have added useHash: true in app-routing.module.ts file. But that also giving me…
ganesh
  • 416
  • 1
  • 11
  • 32
0
votes
1 answer

html div reload onclick of submit button with reloading the whole page

I have to relaod the div "decisiontree" so that the applet gets reloaded to read the updated xml without reloading the whole page . jsp code : <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@taglib uri="/WEB-INF/struts-bean.tld"…
bhalkian
  • 489
  • 5
  • 13
  • 30
0
votes
0 answers

detect reload or refresh event on a page and what triggered it

If a page is being reloaded or refreshed intermittently without user intervention- is it possible to 1 detect the event know what process is triggering it? who is triggering it?
Enpi
  • 1
0
votes
1 answer

bootstrap studio: enter key appears to causing reload of page

I have a web page with several forms. Only one is visible at a time, depending on state. On one form, pressing the enter key appears to be causing a reload of the page rather than triggering a click event for the form's button. I have a lot of…
Peri Hartman
  • 19,314
  • 18
  • 55
  • 101
0
votes
2 answers

How prevent reload after post request?

I am trying to make a post request to the server and do something with the response. Things seem to work on the server-side. The problem is that the page reloads upon completion of the response and I cannot do anything with the response. The common…
Ozan.kah
  • 91
  • 8
0
votes
1 answer

How to auto load textview on a list view and strikethrough some of the textview

I am making a todo app. I made a shared preference to save the data to internal storage an an arryadapter to manage my data. Everything works well. I added a strikethrough functionality and it works, but when I exit and reopen the app the…
0
votes
0 answers

npm run dev doesn't auto-reload inside docker container

I've been struggling with a situation for the past day, and I couldn't really find anything that helped me solve it: I have a Svelte + Flask project that I've been running directly on my host for a while, but I've recently decided to dockerize both…
Lior Dahan
  • 682
  • 2
  • 7
  • 19
0
votes
1 answer

Fetch new data from sqlite database on reload

I managed to get sensor data into a sqlite3 database. Every 2 minutes new values appear in the database. Now I want to display it with chart.js and therefore make use of sql.js The code I use is: const config_sqljs = { locateFile: filename => ( …
dabozz
  • 1
  • 1
0
votes
1 answer

react-native async function failed after reload

I have encounter a really weird issue in react-native on iOS simulation, the following async function run fine after the first build, if I reload then seems like the await function got frozen. If I deleted the app and rebuild again, then it will run…
DanielNguyen
  • 11
  • 1
  • 2
1 2 3
99
100