Open file with installed applications in Tizen TV

157 views Asked by At

I've developed a file browser web application that lets you run files with the applications that are installed on your device. This application works great in the mobile version, with the following:

var appControl = new tizen.ApplicationControl(
                    'http://tizen.org/appcontrol/operation/view',
                    path_to_file,
                    file_mime,
                    null,
                    null
                );

but when I try to run in the TV version, I get that there is no suitable application to run my video / audio files. Do I have to implement a video & audio player for my solution? or is there a video & audio app that is downloadable and can be used to run my files? P.S. I have tried this only in the TV simulator.

Thank!

0

There are 0 answers