You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should show an alert.
Or any method that player has should run.
Actual Behavior
player methods are not running
Steps to Reproduce
This is somewhat duplicate with #315
I am trying to get events from the player on my react native project but it seems like the methods are not working inside the react native's webview.
I tested it using codepen and it works fine on the browser.
I am actually seeing the same with React app and live events on a webapp. Regular videos work nicely. I've been trying to change my own functionality from npm packaged player and oEmbed to the iframe approach as presented here, but no help. Live events (in our case, not recurring event) just cannot be controlled from javascript at all. No events, and play command doesn't work.
Right now only thing I can use to track if video is being played is to put the iframe in a "modal", connect on iframe load event and monitor when the modal is closed.
I will try to see if just plain html page and and CDN based player can track the events from player for live event.
Expected Behavior
should show an alert.
Or any method that
player
has should run.Actual Behavior
player
methods are not runningSteps to Reproduce
This is somewhat duplicate with #315
I am trying to get events from the player on my react native project but it seems like the methods are not working inside the react native's webview.
I tested it using codepen and it works fine on the browser.
codepen: https://codepen.io/isaac-tcs/pen/jOaGmXz
Below is my code that I changed some part from https://github.com/MetaLabs-inc/react-native-vimeo-iframe
The text was updated successfully, but these errors were encountered: