harism / android-pagecurl

An example application for creating page curl/flip effect on Android using OpenGL ES.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

show the content when font size is changed without any delay

chathura2020 opened this issue · comments

I need to show the content changes - when user click the font size change button without any delay.

Now I achieved this by reloading the content with the new font size to web view and then get the bitmap of it and show again. But this takes time and I need to show the changes at once.

Is there any way to achieve this?

Thanks.