gitawego / cordova-screenshot

screenshot plugin for cordova/phonegap
Other
211 stars 167 forks source link

Error using a inAppBrowser #27

Open mokra opened 10 years ago

mokra commented 10 years ago

It seems that it doesn't take screenshots from the inAppBrowser when its open. It takes instead a screenshot of the app that is behind the opened inAppBrwoser...

gitawego commented 10 years ago

yes it's currently capturing only the root webview. I will check if it's possible to caputre the entire application screen

fishgrind commented 9 years ago

Any news on this enhancement Gitawego? Would be great!

gitawego commented 9 years ago

I'm pretty busy recently on my work... I will update the project asap, you are very welcomed to contribute :)

fishgrind commented 9 years ago

I would love to contribute but i can't figure it out :(

I figured out I have to change something here:

View view = webView.getRootView();

but i can not get it to work with inappbrowser.

malboroman commented 9 years ago

This would be a great feature, and i really need this too. Anybody found a way to do this? @gitawego could you give us a hint and point us in the right direction?

nyousaf47 commented 7 years ago

@gitawego did you updated this?