If there is no solution to this, I think my next option would be to download
Chromium remove all the items I do not want, compile it and set as an external document with the default browser being Chromium
I have tried to Download the source of my webpage that I want to load, It downloads fine. I put it into a file and tried to load it using webview and loadhtml. Did not work
The html contents are correct. I cannot see why Webview does not work, Even tried it from a different PC on the same network , Chrome displays it perfectly, but webview does not.
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/img/favicon.ico" type="image/ico">
<!--Box Icons-->
<link rel="stylesheet" href="assets/fonts/boxicons/css/boxicons.min.css">
<!--AOS Animations-->
<link rel="stylesheet" href="assets/vendor/node_modules/css/aos.css">
<!--Iconsmind Icons-->
<link rel="stylesheet" href="assets/fonts/iconsmind/iconsmind.css">
<!--Google fonts-->
<!--Master slider-->
<link rel="stylesheet" href="assets/vendor/masterslider/style/masterslider.css">
<link rel="stylesheet" href="assets/vendor/masterslider/skins/black-1/style.css">
<!--Swiper slider-->
<link rel="stylesheet" href="assets/vendor/node_modules/css/swiper-bundle.min.css">
<!-- Main CSS -->
<link href="assets/css/theme.min.css" rel="stylesheet">
<title>LED Dancefloor Control</title>
</head>