Hello forum.
Why when I display my html web page together with linked css and js files 'locally' in browser on desktop pc computer, I cannot do so with the Samsung Tablet.
The page shows OK on the tablet from my Internet server, but I want it working on the tablet without Internet connection.
When I open/view the page html file on the tablet, it will not link with the css and js files as asked ..
Separate css and js files preferred.
Is it due to the Android 13 OS or the upgraded browsers Samsung Internet or Chrome or is it for some other reason?
Can I simply install a different viewer or change a permission?
Thanks for your time.
Why when I display my html web page together with linked css and js files 'locally' in browser on desktop pc computer, I cannot do so with the Samsung Tablet.
The page shows OK on the tablet from my Internet server, but I want it working on the tablet without Internet connection.
When I open/view the page html file on the tablet, it will not link with the css and js files as asked ..
<link rel="stylesheet" href="scripts/style_main.css">
<script src="scripts/jquery-1.7.2.min.js"></script>
Separate css and js files preferred.
Is it due to the Android 13 OS or the upgraded browsers Samsung Internet or Chrome or is it for some other reason?
Can I simply install a different viewer or change a permission?
Thanks for your time.