I’m building an Android mobile application using HTML, CSS and JavaScript (jQuery) which will be compiled using Phonegap.
Is there any way to take a screenshot of everything on the screen at that moment and store it on your phone?
Many thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I actually solved this by creating my own plugin for PhoneGap.
https://github.com/jcrowson/Android-Phonegap-Screenshot-Plugin
It uses Android native Java code to capture the WebView.