Jonah Dempcy

Results 26 comments of Jonah Dempcy

I had to code around this issue. Here is my workaround, which I do not advise as a permanent solution, but may be of assistance. My goal was to register...

I actually am not able to reproduce this on Android, because every time I refresh from the Chrome Inspector it loses my breakpoints. Strange, it didn't do this before. I...

Since it only occurs on book open, I can find a workaround where I, for instance, set the iframe opacity to 0.01 on READER_INITIALIZED which is called first, and then...

PAGINATION_CHANGED is still firing 3 times for us but we have no visible flicker. This could be due to modifications from our own app, however. I have not verified with...

I am using a package which uses devtoolsDetector (@d-i-t-a/reader) and so I do not have control over devtoolsDetector.launch() nor do I see that anywhere in the reader code. Is there...

[x-post from GitHub issue [here](https://github.com/facebook/create-react-app/issues/11756)] For those just finding this, as of November 18 2022, here is the solution that worked for me: **Use react-app-rewired** I know some people are...

This seems to be a difference between the range CFI and the kind of CFI expected by whatever method is throwing that error. The correct fix would be to change...

This disables other functionality used by the module for its content protection which requires detecting when the dev tools are open. What I really need to do is disable the...

> Hey! Is it possible to disable console clearing? @Valar353 You can do this by overriding console.clear().

@AEPKILL this question can be closed as there is a suitable workaround (imo)