Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Disable browser refresh
Fri, Dec 1 2017 3:56 AMPermanent Link

thomh

In most browsers the F5 key refreshes the page. Is there any way to disable this key? I tried OnKeyDown but that did not work.

Thanks.

// Thom
Fri, Dec 1 2017 7:37 AMPermanent Link

Matthew Jones

thomh wrote:

> In most browsers the F5 key refreshes the page. Is there any way to disable this key?

Nope, no way possible. You have to work around that however you must.

If it is really critical, you could use something like Electron to embed your application in a page so that it doesn't have the usual browser buttons and options.

--

Matthew Jones
Image