readium / r2-glue-js

Javascript resources that are injected by a Readium-2 streamer or navigator
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Handle Android Webview #5

Closed JayPanoz closed 6 years ago

JayPanoz commented 6 years ago

That’s more like a band-aid on a wooden leg but it should fix the tap issue in the Android Webview app.

It looks like Chrome overflows columns on documentElement while the Webview overflows them on body…

Can confirm the Webview app can be remote-debugged now. Thanks!

Can’t wait for the real JS to be used though.

JayPanoz commented 6 years ago

FYI, how-to do remote debugging in Chrome: https://developers.google.com/web/tools/chrome-devtools/remote-debugging/