betterangels / buoy

:sos: A community-based crisis response system. Because friends don't let friends call the cops. :fire::police_car::fire:
https://betterangels.github.io/buoy/
GNU General Public License v3.0
71 stars 23 forks source link

Viewing a video attached to an incident that doesn't have an in-browser player UI prevents user from returning to incident chat #36

Open fabacab opened 8 years ago

fabacab commented 8 years ago

We need to manually check the video media types to see if the wp_video_shortcode() can generate a player for us. If not, we need to create a player ourselves.

This is because iOS devices using Buoy as in webapp-capable mode will not be able to return back to the incident chat screen after viewing a video directly. (They need a video players UI embedded in the browser.) This requires the user to exit Buoy, then re-launch it, in order to return to their incident chat room.

fabacab commented 8 years ago

This also happens to the images, by the way, because they are directly linked. We need some other UI for this.