-
Our application consists of a website displayed inside Flutter using the InAppWebView Plugin. Inside we use Vimeo Player to allow users to watch our training courses. It works fine on almost everywher…
-
See stackblitz running example:
https://stackblitz.com/edit/nextjs-vngw87?file=pages/index.js
Shows in dev preview page:
```txt
Server Error
ReferenceError: exports is not defined in ES mod…
-
Hey Guys,
I'm trying to use the API to allow users to upload videos through my application; however, I am not able to upload videos due to the following error:
![screen shot 2018-11-30 at 9 12 4…
-
**Hi Jisse! Thank you 1st of all to use your precious time to look at this. :)** I have added here to this issue because
**I get this js error on the page: Important to note that this is in a Hyva…
-
I have the plugin 99% working however it seems that the containing div I reference when I set it up is set to have display:none.
There are a lot of style attributes in the containing div that ar…
-
### Unity version Unity 2017.4.11f1
I can play movies in editor, after entering API token and clicking the sign in button.
But on an android build, It errors saying I'm not signed in.
I tried cal…
-
used command:
`carthage update --verbose --platform iOS`
used Cartfile:
``` Cartfile
github "Alamofire/Alamofire" ~> 3.0
github "Hearst-DD/ObjectMapper" ~> 1.0
github "tristanhimmelman/AlamofireObje…
-
![VimeoPlayer fromJson issue](https://user-images.githubusercontent.com/65675656/165625853-e5f99798-18b6-421e-a9a6-78a2645d8d7b.png)
VideoStream.id is declared as an int? but the actual value is a …
-
As per the instructions of README.md file, I added `implementation 'com.ct7ct7ct7.androidvimeoplayer:library:2.1'` in the app module gradle file. In the project level gradle, I added `maven { url "htt…
-
### Expected Behavior
The video should auto-play at the beginning of the video, or pick up where the user left off. Passing 0 into setCurrentTime should start the video at zero seconds in, and start …