jraska / Falcon

Take Android screenshots with Falcons bright eye!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can not cature webview

Go-oG opened this issue · comments

In one of my only WebView activities, I can't capture the contents of the WebView. Other Views can be capture.

Hello, Falcon relies completely on the View.draw(Canvas) method. Since WebView is quite special and most likely works differently than standard Android views, Falcon unfortunately cannot capture this view correctly. Sorry

Ok, thank you for your reply.