forem / DEV-ios

DEV Community iOS App
GNU General Public License v3.0
357 stars 97 forks source link

Trigger native video play #204

Closed benhalpern closed 3 years ago

benhalpern commented 4 years ago

This is similar to #203.

When a video is played, currently it automatically goes fullscreen and we have not been able to figure out how to get it to play inline as it would in a normal safari context.

I think this calls for creating the bridge for native video play when triggered from the app.

I believe this is lower priority than audio, but it might be worth thinking about both in terms of a cohesive implementation.