@janholtz said in DWC not loading on iPad:
Here's a trick I use to keep using my old iPad 3:
Have a windows machine / VM that can access the DWC - I use Chrome
Enable Remote access on that machine
Install one of the few RDP clients that still run on the old iPad (I use iFreeRDP)
Follow these instructions to create a kiosk mode chrome session to DWC from the Windows Box:
https://dandelion-burdock.com/articles/chrome-kiosk-mode
?
Profit!
For sh!ts and giggles I just created a new instance on Lubunu with xrdp, of you dont want to pay the Windows tax.
After Lubuntu install, create a dedicated duet user.
sudo apt install xrdp
search & install google chrome ( I REALLY would like to use firefox, but the resource usage inevitably gets out of hand)
edit .xsession when logged in as duet :
add: exec /usr/bin/google-chrome --kiosk "
http://192.168.1.8" (pease note 192.168.1.8 is MY duets IP address, yours will be different)
Frankly it looks better than the windows solution ...
Oh, enable the onscreen keyboard plugin if you ever want to enter gcode
Jan