Code Monkey home page Code Monkey logo

Comments (11)

matt-cook avatar matt-cook commented on July 17, 2024

Tested as working on OSX 10.10.1, Chrome 40.0.2214.115 (64-bit)

from kiosk.

thisistony avatar thisistony commented on July 17, 2024

I can help you to test, and also can help you to give you an account on the website that I'm trying.

Let me know if I can help.

Thanks!

from kiosk.

matt-cook avatar matt-cook commented on July 17, 2024

No need for account info, I set up a test account. Please do post here if you have a chance to test on a different system.

from kiosk.

thisistony avatar thisistony commented on July 17, 2024

We only have access to one Chromebox :( .

I've done a fresh wipe, put it in Kiosk mode, and selected for it to only run in Kiosk mode.

Just to confirm - Are you trying Klipfolio?

If so, I'll try to set up a blank account with them, it might have to do with IP restrictions.

from kiosk.

thisistony avatar thisistony commented on July 17, 2024

Tested with a fresh Klipfolio account. No luck.

Will trouble shoot myself here also.

Thanks

from kiosk.

thisistony avatar thisistony commented on July 17, 2024

Hey Matt,

Speaking to our developers, and totally novice view from myself, but do you need to declare cookies under permissions in your manifest?

https://developer.chrome.com/extensions/permissions

Thanks

from kiosk.

matt-cook avatar matt-cook commented on July 17, 2024

@TonyNZ this has been fixed. added persistant storage in v5.2.2: zebradog@16555f6

from kiosk.

matt-cook avatar matt-cook commented on July 17, 2024

@kstangel reported still having this issue with LocalStorage and cookies at Bemis.

The commit above added this line: https://github.com/zebradog/kiosk/blob/master/src/js/browser.js#L152 which I believed fixed the issue (documented here: https://developer.chrome.com/apps/tags/webview#partition). @kstangel can you test and confirm that data is not being saved across restarts?

Perhaps changing persist to true on the background.js script would fix the problem: https://github.com/zebradog/kiosk/blob/master/src/manifest.json#L19 (documentation: https://developer.chrome.com/extensions/event_pages#transition)

There's also a known issue on Android, but probably unrelated?
https://code.google.com/p/chromium/issues/detail?id=479767
https://code.google.com/p/chromium/issues/detail?id=481380

from kiosk.

kstangel avatar kstangel commented on July 17, 2024

@matt-cook local storage is persistent across restarts of the kiosk application along as chrome does not restart. If chrome closes and restarts between kiosk restarts then local storage is not persistent.

from kiosk.

kstangel avatar kstangel commented on July 17, 2024

@matt-cook Tried some of your suggests but localstorage and even using indexedDB did not persist data across chrome restarts. I will have to look at an alternative solution since the application has to remember the previous url in case the application crashes (chrome or kiosk) and restarts based on the watchdog.

from kiosk.

matt-cook avatar matt-cook commented on July 17, 2024

Fixed by 9299bf1

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.