Seekeer

Results 5 issues of Seekeer

For now only firebase backend is working? What about asp.net core? What status does it have?

Autoplay on Vime isn't working. But in simple element on the same page its working fine. I got: ``` ... ``` On the same page. After navigation first video is...

I have defined player like that in Angular App: ``` ``` Everything is fine, inspite of the fact that when Im changing `videoURL` property - I couldnt make player to...

[Video](https://youtu.be/meSMATEj_fo) worth a thousand words :) Recorded on Chrome in Android7.

Got code if(!string.IsNullOrEmpty(imagePath)) { var bitmap = new Bitmap(imagePath); Clowd.Clipboard.ClipboardAvalonia.SetImage(bitmap); builder.KeyDown(Keys.Control).SendKeys("v").KeyUp(Keys.Control).Build().Perform(); } Clowd.Clipboard.ClipboardAvalonia.SetText(text); builder.KeyDown(Keys.Control).SendKeys("v").KeyUp(Keys.Control).Build().Perform(); It is working at first. But on second or N-th call I got System.NullReferenceException when trying...