[SOLVED] Disable F5 and page refresh

Page refresh is problematic on html5 export.
How do i disable it completely (also F5 button)?

On html5 exports, there isn’t as much control as on other exports (Imagine if websites could access all your files, move your windows, prevent you from ever closing them, etc :scream: ). Those kind of internal browser features are not exposed to websites, and it is therefore impossible to prevent refreshing from working.

Problem solved.
Downloaded jquery and added it to index.html after export. It is working fine.

1 Like