Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we record screen in ionic

I am new to ionic and I want to create something like screen view recorder for both iOS and android platform. I searched a lot but was unable to find any cordova plugin for screen recording. I just want to know, what I am asking is feasible or not??

like image 947
Akash KR Avatar asked Oct 05 '16 05:10

Akash KR


People also ask

Is there screen Recorder in OnePlus 3T?

We already have the screen recording icon on the OnePlus 3T quick panel, now to start recording we have two options: simultaneously press the volume up and power buttons of the 3T or a simpler and less likely to fail which is to unfold the panel fast by sliding a finger from the top of the screen and pressing the ...


1 Answers

For Android use ionic-screen-recorder.

For Ios use cordova-replay.

Use these two Cordova plugins and you can record the screen.

like image 86
Kay Avatar answered Sep 29 '22 13:09

Kay