Robert Knight

Results 727 comments of Robert Knight

The Wired article is completely failing to load for me. However it is possible to trigger an issue by inserting `%%CUST_ID%%` into an arbitrary URL. **Steps to reproduce** 1. Go...

Sentry issue: [H-1FY](https://sentry.io/hypothesis/h/issues/578891270/)

This is still a problem but isn't causing that much pain because only a very small number of annotations are effective. I'm removing this from the tasks in the "Upgrade...

This was an un-thought-through side effect of enabling pressing Escape to close the "dialog" as it does in a typical native dialog. We could easily be a bit smarter here...

Thank-you for the report @hwasiti and the detailed research. Can you tell me what the original scenario was where you encountered Hypothesis inside a web view? It's nice to know...

According to this [Stack Overflow answer](https://stackoverflow.com/a/41813715/434243) in cases where the code of the Android app that is displaying the web view can be altered, it is possible to support popup...

As I understand it, Android and iOS provide two different classes of embedded browser for apps to use: 1. An embedded web view which does not share state with the...

Hello @hwasiti Can you tell me a bit more about your use case? Are you building your own app with a web view that you want to use Hypothesis in,...

I've just done some testing on iOS using the [WebView](https://itunes.apple.com/us/app/webview-wkwebview-and-uiwebview-rendering/id928647773?mt=8) app with the following results: - OAuth login works using SFSafariViewController - OAuth login fails using UIWebView and WKWebView This...

Can you indicate the version of Firefox you are using and the version of PDF.js (this is displayed in the Console tab in the developer tools).