Giter Site home page Giter Site logo

Display limited about kiosk HOT 6 CLOSED

lookitscook avatar lookitscook commented on August 25, 2024
Display limited

from kiosk.

Comments (6)

ddelong2 avatar ddelong2 commented on August 25, 2024

Well, actually same symptom with any web page.
Is there a trick?

from kiosk.

kstangel avatar kstangel commented on August 25, 2024

There should not be any trick. You can send us the url that you are using and we can try it out. Although I can't guarantee the timeline or priority of this issue being resolved.

from kiosk.

melihtas avatar melihtas commented on August 25, 2024

Confirmed. I am having the same problem in one of my computers. Other computers display the pages correctly. All screens have the same resolution (1920x1080).

from kiosk.

claudioleng avatar claudioleng commented on August 25, 2024

Confirmed yesterday in 20 of 20 computers. all 1024x768 on any web page, isue remain even after reinstall/reboot/reeverything. Any work around will be apreciated.

from kiosk.

dejavoodooo avatar dejavoodooo commented on August 25, 2024

Using 1080p resolution on 50" Touch Screen ELO commercial grade television & tested on a 32" consumer grade LCD TV. Problem persists. Seems like it was working just yesterday for me. The update must have just been pushed over to chrome on my system. Installed on a fresh copy of Windows and Chrome, still persists. There is no known fix to the problem.

I have however developed a workaround.... To avoid using the app completely and relying on the function utilized by the application within the chrome.exe executable itself using a simple command line query and shortcut lnk as well as a *.bat file that loads the browser to the webpage on windows start and ensures that the chrome executable is running at all times.

Open a text editor, and place the following text:

echo ##### Start Google Chrome Kiosk Application Script #####
:while
echo WHILE DO
call "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory=Default --kiosk http://www.yourwebsite.com/ -loop
goto while

END OF SCRIPT (DO NOT COPY THIS LINE)

Save the file (.* all files) as a YourScript.bat and place it in the Windows Startup folder for the current or all users using whatever name you wish.

You can then install a redirect extension to chrome and you can redirect any potential external traffic like YouTube or Facebook to the starting URL to ensure that the user never leaves your application if there are any external links inside of the webpage.

Works for the time being and functions the same as the kiosk mode extension. (Except the blocking of external links & traffic...)

from kiosk.

matt-cook avatar matt-cook commented on August 25, 2024

Just published version 5.1.1 with a patch applied (4a90595) that should fix this issue. Post here if you continue to see issues.

from kiosk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.