Hello there!
I have an app that shows a video with VideoView. This is the way to load the video (in activity_create):
The thing is that the video loads in most devices, but not in some of them. For example, my samsung galaxy mini shows it, my samsung galaxy tab 5" don't.
What could be happening?
Thanks for the answers.
I have an app that shows a video with VideoView. This is the way to load the video (in activity_create):
B4X:
video.Initialize("video")
video.LoadVideo("http", "http://xxx.xxxxxx.com/videos/xxxxx/" & globales.video_ver)
video.Play
The thing is that the video loads in most devices, but not in some of them. For example, my samsung galaxy mini shows it, my samsung galaxy tab 5" don't.
What could be happening?
Thanks for the answers.