MP4 playback on android devices
I have an App which saves some data (images, videos) as Base64 in the localStorage. Later is loads the data and shows / plays it on the device via the ImageCarousel / Video component.
This works fine when testing it in my browser, on an android device I only see a small play button and nothing else of the video. Clicking that button seems to have no effect. The video in question has the mimetype video/mp4.
Is this an Android problem? (I found some topics regarding buggy video playback in html on android devices) If yes, is there an alternative to playback my video on iOS AND android devices?
I appreciate every help I can get!