Samuel Müller

Results 17 comments of Samuel Müller

thanks for reporting. i'll take a look at this as soon as possible.

@SUVADEEP thanks for the suggestion.

oops, thats unfortunate. thanks for reporting :+1:

I have a similar problem, but in my case i'm getting an error: `injectJavaScript is not a function`

reproduced here: https://github.com/samu/repro-inject-js

never mind, i'm not using your API correctly. Please note: in WebView, injectJavaScript is a method, while here it's just a prop.

Here's a hook implemented with `ResizeObserver`. ```TypeScript export function useDimensions(): [ MutableRefObject, DOMRectReadOnly | null ] { const ref = useRef(null); const [dimensions, setDimensions] = useState(null); const resizeObserver = new...

It looks like this is due to the absence of a `.classpath` file in my project folder. I tried to open the same project with vs code and the [java...

Hi @bruce-ricard , thanks for your reply. I don't think the discussion here should be based on personal opinion. [Token Revocation](https://tools.ietf.org/html/rfc7009#page-3) is an OAuth Standard and should therefore be supported....