This computer web version works great.
Can you make a mobile version?
Quote from: ihweb on Jan 21, 2025, 02:50 AMCan you make a mobile version?
Well, I didn't find yet the method of having two .svelte applications (e.g. the existing App.svelte and a mobile.svelte) and make from them two index files (one named index.html and the other e.g. "mobile.html"). I'm working on it. I cannot imagine that Svelte is only one .html application.
Quote from: Emmanuel SV1BTL on Jan 22, 2025, 11:35 AMQuote from: ihweb on Jan 21, 2025, 02:50 AMCan you make a mobile version?
Well, I didn't find yet the method of having two .svelte applications (e.g. the existing App.svelte and a mobile.svelte) and make from them two index files (one named index.html and the other e.g. "mobile.html"). I'm working on it. I cannot imagine that Svelte is only one .html application.
I think all we need to do is build two 'frontends', then do a mobile device detection on the main page that just redirects to the mobile frontend.
main -> frontend/html (function inside index.html here will rediret if needed)
mobile -> frontend/html/mobile-frontend/html
I think that would work. I realize we're playing in the sandbox a bit but with Steven redesigning the frontend to divroce Svelte to HTML, how much more do we do?
Quote from: ihweb on Jan 21, 2025, 02:50 AMCan you make a mobile version?
@ ihweb - Can you please check the following servers directly from your mobile? Servers are based on Phil's desktop template, but they are also modified to recognize the mobile use and to show the mobile version automatically.
1.- http://phantomsdr.no-ip.org:8900/ (http://phantomsdr.no-ip.org:8900/)
2.- http://sv3yy1.no-ip.org:9003/ (http://sv3yy1.no-ip.org:9003/)
Quote from: Emmanuel SV1BTL on Feb 05, 2025, 10:52 PMQuote from: ihweb on Jan 21, 2025, 02:50 AMCan you make a mobile version?
@ ihweb - Can you please check the following servers directly from your mobile? Servers are based on Phil's desktop template, but they are also modified to recognize the mobile use and to show the mobile version automatically.
1.- http://sv1btlham.no-ip.org:8900/ (http://sv1btlham.no-ip.org:8900/)
2.- http://sv3yy1.no-ip.org:9003/ (http://sv3yy1.no-ip.org:9003/)
Very beautiful, can be adapted to the phone to zoom in and out. Thank you.