Is it possible to take a screenshot of my Android device using PHP?
I suppose that I need to take a screenshot using adb (exec an adb command) and then display the result in my PHP code?
Have someone tried something similar?
Any suggestions?
|
Is it possible to take a screenshot of my Android device using PHP? I suppose that I need to take a screenshot using Have someone tried something similar? Any suggestions?
| |||||||
feedback
|
|
The only way you can do that is running PHP code in your Android device and running an external program, thats because PHP can't see/"touch" the client side when you are browsing a website. | |||
|
feedback
|