emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
925 stars 273 forks source link

Flipping Web urls in Webview #55

Open bharath-keshava opened 9 years ago

bharath-keshava commented 9 years ago

I was trying to flip the local html URLs in a webview using this library. When my first page view comes to 90 degrees or greater, the whole page refreshes to load the second page content, when refreshing the whole page goes blank for about a sec. I tried optimizing my html content and other solutions to increase the rendering speed of the browser but none helped. Any suggestions will be grateful. I have attached three Images, Page1 showing the page one of my webview, inbetween_transition image is where the refresh happens when the flip is around 90degrees and Page2 is after the refresh when page 2 is loaded.

Thanks in advance. Page1 showing the page one of my webview page1 1

inbetween_transition image is where the refresh happens when the flip is around 90degrees inbetween_transition 1

Page2 is after the refresh when page 2 is loaded page2 1

richardradics commented 8 years ago

Hello,

@bharath-keshava did u solved this? :)

eduardoestrella commented 8 years ago

Hello,

@bharath-keshava , @richardradics any one solved this? :)

abcideffahmad commented 6 years ago

try webview.setLayerType(View.LAYER_TYPE_SOFTWARE, null); its work for me