webcompat / webcompat-reporter-extensions

Browser extensions to help report site compatibilty issues.
26 stars 21 forks source link

Support reporting issues from iOS browsers and Chrome for Android #70

Open cvan opened 7 years ago

cvan commented 7 years ago

Fortunately, because Firefox for Android supports extensions (!), there's a WebCompat extension for Firefox for Android.

Because WebKit browsers on mobile/tablet devices don't support Safari extensions nor does Chrome on non-desktop devices, it'd be nice to see an easy (or recommended) flow for reporting issues from those browsers on those platforms.

reinhart1010 commented 6 years ago

This could be done by having a shortlink to report a bug, such as web.bug/https://google.com to report a problem in Google website.

reinhart1010 commented 6 years ago

@cvan Apparently, there's a bookmarklet to report bugs, which should work in most browsers (including the BlackBerry web browser) who do not support extensions.

javascript:(function(){location.href="https://webcompat.com/?open=1&url="+encodeURIComponent(location.href)}())

Adding the link above to the Bookmarks Bar could simply report the web issue. Case closed.

karlcow commented 4 years ago

So there is change here and an opportunity https://developer.apple.com/videos/play/wwdc2020/10665/

karlcow commented 4 years ago

I will open a separate issue.

karlcow commented 4 years ago

see Port webcompat reporter extensions to Safari #150