Search the Community
Showing results for tags 'remotesensor '.
-
I'm using RemoteSensor on my tablet to view AIDA64 but due to the device's browser having an annoying nav bar which gets in the way, the screen doesn't exactly fit. Being able to maximise it with a button would be great, but then the button would be visible. So how about maximising on a double click? Here's the JavaScript for it. function requestFullScreen() { var requestMethod = document.body.requestFullScreen || document.body.webkitRequestFullScreen || document.body.mozRequestFullScreen || document.body.msRequestFullScreen; if (requestMethod) { requestMethod.call(documen
- 2 replies
-
- javascript
- ios
-
(and 4 more)
Tagged with:
-
Moving a page by dragging and dropping it in RemoteSensor, or for my G19 Keyboard, causes the wrong page to be displayed. The current order of pages isn't updated so clicking on the first page will display whatever was in the first page on the device before it was moved. The correct page is displayed in AIDA64 but if page 3 was moved to the first slot then page 1 will be shown on the device if page 3 is selected in AIDA64. Hope that makes sense.