songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS: Tap on video does not create event

derwaldgeist opened this issue · comments

If want to implement a fullscreen feature. Idea is to enlarge either the subscriber or the publisher video to fullscreen if they are tapped by the user.

For Android, I got this working, because Android can react on click events even if the video is in the foreground and "above" the Cordova web-view

On iOS, however, it fail, because taps on the videos are not handed over to the web application. Is there any way of doing this?