Hi!
I’ve been testing AppGyver to produce some custom video streaming.
the iFrame code is embedded using either HTMLRender or Webview. Both of them do not work well.
- in App Preview, none work. empty display
- Android Preview App
- HTMLRender works well
- WebView displays the video stream but introdue graphic issue (other part of the app not been displayed)
- Android App: Only Webview (badly works)
- Web App: None of them work
Am I doing something wrong ? Did anyone success to display videos in AppGyver ?
The streaming code (from YouTube):
///iframe width=“560” height=“315” src=“YouTube” title=“YouTube video player” frameborder=“0” allow=“accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture” allowfullscreen>
Regards