Eren

Results 6 comments of Eren

other solutions, ``` //when going fullscreen int positionY = webView.getScrollY(); //when exiting fullscreen webView.postDelayed(new Runnable() { @Override public void run() { webView.scrollTo(0, positionY); } // Delay the scrollTo to make...

I did but it doesn't work. For now, I've set -40dp to make it slide on top of the clock.

You can open it this way with a dialog asking the user for the password. `if (muPDFCore.needsPassword()){ muPDFCore.authenticatePassword(password); }`

I found a solution myself. I cloned the project and took it for myself. Since it is old, I tried to make it as up to date as possible by...