Page 4 of 11

How to view videos and photos stored in the files database

Posted: Sun Jan 10, 2016 10:22 am
by Deon

So I installed the plugin you recommended. It does not work.
VideoPlayer undefined error in console when i use browser. I know this is a native plugin but I wanted to see what error comes up.

Installed apk on device. App crashes when I try to run the when I try to run the VideoPlayer command


How to view videos and photos stored in the files database

Posted: Mon Jan 11, 2016 9:29 pm
by Illya Stepanov

If something does not works on the device use remote debug tool Weinre: https://devcenter.appery.io/documenta...

If this plugin does not fit your needs, search online for appropriate one.


How to view videos and photos stored in the files database

Posted: Mon Jan 25, 2016 6:04 am
by Deon

Ok so I managed to get video recording working. If anyone has the same problem, leave a note and I will post my solution


How to view videos and photos stored in the files database

Posted: Mon Jan 25, 2016 5:15 pm
by Mark7294305

Hi Deon
Yes Please


How to view videos and photos stored in the files database

Posted: Wed Aug 03, 2016 2:46 am
by Pablo Grillo

Hey the link above is broken, could you guys post a fixed link for the new docs format please?


How to view videos and photos stored in the files database

Posted: Wed Aug 03, 2016 5:07 am
by Galyna Abramovych

Hello Pablo,

Here is the link to the new doc: https://docs.appery.io/reference#data...


How to view videos and photos stored in the files database

Posted: Fri Aug 19, 2016 4:05 pm
by Nicklas

How to view videos and photos stored in the files database

Posted: Sat Sep 09, 2017 8:16 pm
by redwhiteblue4free

i want to display the list of video that i had in the database. for image i use the list service and the following JS in mapping to image component asset to make it work.

return "https://api.appery.io/rest/1/db/files..." + value;

for video i also use the list service, this is my mapping for video component
Image

Image

im not sure how to do it.

thanks


How to view videos and photos stored in the files database

Posted: Mon Sep 11, 2017 5:52 pm
by Serhii Kulibaba

Hello,

Please also add a mapping into the property "type"


How to view videos and photos stored in the files database

Posted: Mon Sep 11, 2017 6:08 pm
by redwhiteblue4free

Do I have to add any JS? If so, where and what JS do I add?

Thanks