The effect of page curl for web views in Android

I am working on a project where I need to change between different Webviews while scrolling. I want to apply a page curl animation to a webpage every time we scroll, that is, when we scroll through a webview, it should spin, and the next webview should be displayed. Can anyone help me in this regard.

Many thanks.

+5
source share
1 answer

It is impossible (asfaik). There is a similar post here where they offer javascript, but it seems to work only for iOS. That said, you can try to take a screen image and place it as a webview overlay, and then use the page curl on the image.

0

All Articles