Kosso
Kosso
If you don't perform `closeAudioFile`, then you should be able to set an `isRecording` boolean flag to decide if to append data or not, while the mic is fetching. eg:...
:+1: This is exactly what I needed. Thanks.
I was just thinking the same. Also, I'd like to be able to append 'images' too. I think this could be done by constructing a view, then doing a view.toImage()...
@yozef I have managed to get the ability to use views working, but they are not 'interactive' yet. See my fork : https://github.com/kosso/flipium But I have not been able to...
Update: It appears to be possible to set the [Left|Right]FoldDragging ok after it has been added to the window, but not on the creation of the paperFoldView, using the properties....
OK. I realised I didn't have your correct modified version of PaperFold-for-iOS. I now see the folds OK. But one thing I notice is that the folds don't show the...
Any movement on this? I'd really love to use this module, but the only thing stopping me for now is the fact that the initial first fold-out is blank. thx...
Thanks!
Just to confirm that this works fine now. Great stuff ;) One more question though, will you be supporting the new horizontal folds? Thanks again.
Same issue here: ``` core.js:6260 ERROR Error: Uncaught (in promise): [object Undefined] at resolvePromise (zone-evergreen.js:798) at Function.reject (zone-evergreen.js:876) at constructor.requestPictureInPicture (video.es.js:8820) at Player.techGet_ (video.es.js:22713) at Player.requestPictureInPicture (video.es.js:23430) at PictureInPictureToggle.handleClick (video.es.js:13622)...