parent
  • jmcs
    +2

    Just one question because I never done android development. How easy/hard is it to inject user styles in a webview?

    • redalastor
      +1

      Roughly the same as in a regular browser.

    • internethermit
      +1

      It depends on the website, I've been trying to inject JavaScript to change the styling of certain elements but it's breaking the entire page every time. I'm still working on it though, I'll be trying to incorporate JSoup soon, hopefully that might be the workaround I need.