Skip to content Skip to sidebar Skip to footer

How To Do Curl Effect On Html Pages Instead Of Image In Android

https://github.com/harism/android_page_curl This is the link I have taken as a sample for doing curl effect on android but it is having image flip as i want html page to have that

Solution 1:

Are you looking for something in the html page or the WebView itself ?
For the html page, you can use javascript, something like http://www.turnjs.com/
I don't know if it's possible to curl a WebView. I'd say no.


Post a Comment for "How To Do Curl Effect On Html Pages Instead Of Image In Android"