Use Spark View as a Java library

The server side component (SparkGateway.jar) can be used as a library and included in your project. You may want to remove the third party libraries from the jar if you have version conflict. Make sure following packages are not removed: com.toremote.* net.protocol.*...

Time zone redirection doesn’t work.

Make sure time zone redirection is enabled on the RDP host. Time zone name may be different on your RDP host. Plese check [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones], and modify the time zone name on your web page accordingly(e.g....

What should I have in my customized web page?

<!doctype html>. Which is very important because the box model is different. View port configuration if you want to make it works better on mobile devices. “filecontainer” div if you want file uploading/downloading “appinfo” div if you...

How to start RDP connection in full screen

function _fullscr(e){ var element = document.webkitFullscreenElement || document.mozFullScreenElement || document.mozFullscreenElement || document.fullscreenElement || null; console.log(“fullscreen….. w:” + window.innerWidth + ” e:” +...