azeek21 / Chopper

Chop your urls to the shortest. Make more room for important information.
1 stars 0 forks source link

navigator is unknown on mobile #15

Open azeek21 opened 1 year ago

azeek21 commented 1 year ago

when tried to write to clipboard with navigator.clioboard.textWrite, navigator us unknown on mobile. Maybe it's also unknown on other devices. Was working on Firefox, Manjaro, Linux.

azeek21 commented 1 year ago

Well, navigator is always unknown during unsafe sessions like http, except localhost. So during development all was ok cuz I was on localhost. During testing it was on http on my own local network so it gave me error. It will be gone in the prod, but for extra safety I added try catch blog at a953c261adb008b5e31900784a4b72cc8807359f . User will be alerted that copy failed and said to copy manually .

azeek21 commented 1 year ago

will stay open until fixed or any better alternative found.