muon-emergency / project-fob

1 stars 0 forks source link

Qrcode to master #32

Closed PingWIN7 closed 6 years ago

PingWIN7 commented 6 years ago

I've recreated this pull request as it showed multiple commits which shouldn't be here (for easier read).

In this branch I've implemented a JavaScript based QR code generator. The solution might require an explanation: There have to be a secret element to pass the url for the qrcode generetator. Without it it doesn't work... I think when I use any post method in javascripts it just blocks communication with the generator even when I'm not doing anything related to the generator. I don't know what happens exactly, but with this solution it works.