'Launch internal device storage media from a canvas app

Hello guys,

I have an app that needs to launch some video files from an android device internal storage.

This will be and offline mode situation.

I have tried with launch but did not manage to make it work.

I have even tried to launch VLC player from the canvas app and play a specific video from internal storage Launch("vlc: Internal Storage/Media_folder/test_video.mp4") but it does not work.

Is there a way to do this? I could not find anything.

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source