Jeidnx / untismerger

Node.js App designed to merge different time tables in untis together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with Webkit browsers

Jeidnx opened this issue · comments

Following issues are known on Webkit browsers (Safari):

  • Pull to refresh doesn't work
  • Broadcast API (I think?) does not work, resulting in not seeing the current Service Worker version
  • the JWT Key is not displayed in the Settings

After a bit of research this may have something to do with the addition of the footer HTML element, will look into this later today

Broadcast api does in fact not work on webkit. Will switch to another api to communicate with Service worker. JWT key is not displayed due to the js exiting with an error

As of SW version 1.81, all Issues have been fixed.