abritopach / capacitor-youtube-player

Capacitor Youtube Player is a custom Native Capacitor plugin to show Youtube Player on Web, IOS and Android platforms.
MIT License
41 stars 13 forks source link

Error - Extra argument 'fullscreen' in call YPViewController.swift:50:64 #159

Open iamrsojitra opened 2 years ago

iamrsojitra commented 2 years ago

/node_modules/capacitor-youtube-player/ios/Plugin/YPViewController.swift:50:64: Extra argument 'fullscreen' in call

Ionic:

Ionic CLI : 6.19.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 6.1.6 @angular-devkit/build-angular : 13.2.6 @angular-devkit/schematics : 13.2.6 @angular/cli : 13.2.6 @ionic/angular-toolkit : 6.1.0

Capacitor:

Capacitor CLI : 3.5.1 @capacitor/android : 3.5.1 @capacitor/core : 3.5.1 @capacitor/ios : 3.5.1

Utility:

cordova-res (update available: 0.15.4) : 0.10.0 native-run : 1.6.0

System:

NodeJS : v18.0.0 (/usr/local/Cellar/node/18.0.0/bin/node) npm : 8.6.0 OS : macOS Monterey

jchri853 commented 2 years ago

Any update on this? Would like to use this in a cross platform project.

I tried removing this argument and while my iOS builds, the embedded player is a black screen.

vaibhav-holcim commented 2 years ago
Screenshot 2022-10-14 at 10 45 51 AM

error " Extra argument 'fullscreen' in call" in IOS build

iamrsojitra commented 2 years ago

I am using the Cordova plugin for this @vaibhav-holcim you can use my fork cordova plugin add https://github.com/vc-rakesh/CordovaYoutubeVideoPlayer

Tragio commented 1 year ago

@abritopach thank you very much for your amazing work 🙏 is there any progress on this?