Languages

Menu
Sites
Language
Capture the screenshot using Tizen SDK

Hi all,

Is there a way to use Tizen SDK to capture the screenshot in web application for Tizen?

 

Regards,

James 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 Replies
Kirill Chuvilin
Do you want to get a screenshot using your app or a screenshot of your app?
James Vo
Hi Kirill Chuvilin, Thanks for your response. I would like to get a screenshot using my web app so that i can share the current page with the others via email, sms, etc..
Kirill Chuvilin
I don't know any specified ways. But you can try this: https://github.com/niklasvh/html2canvas
James Vo
This is our current solution using html2canvas but it has a problem when render image which is made by CSS3. using this, we need to modify current codes but it look like the only way for now. Thanks for your interest in this topic Kirill Chuvilin