You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/27 01:11:30 UTC

[GitHub] [cordova-plugin-wkwebview-engine] bcolflesh opened a new issue #135: iOS 13.4 Inline Video

bcolflesh opened a new issue #135: iOS 13.4 Inline Video
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/135
 
 
   # Bug Report
   
   ## Problem
   Prior to 13.4, setting `<preference name="AllowsInlineMediaPlayback" value="true" />` and webkit-playsinline and playsinline on the <video> src allowed videos to play inline.
   
   ### What is expected to happen?
   Video playing inline without the native player opening.
   
   ### What does actually happen?
   The native player open over top.
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   iOS 13.4
   
   
   ### Version information
   9.0.0 (cordova-lib@9.0.1)
   
   Requirements check results for ios:
   Apple macOS: installed darwin
   Xcode: installed 11.4
   ios-deploy: installed 1.10.0
   CocoaPods: installed 1.9.0
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-wkwebview-engine] bcolflesh commented on issue #135: iOS 13.4 Inline Video

Posted by GitBox <gi...@apache.org>.
bcolflesh commented on issue #135: iOS 13.4 Inline Video
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/135#issuecomment-614979865
 
 
   Sorry for the delayed response - this was for a Brightcove embed via an iframe (their preferred embed method). It no longer works on iOS, I think they FUBAR'd iframe permissions or never correctly added them from UIWebView, so I switched to embedding via a JavaScript function with a callback that loads/plays the content once it's ready.
   
   Unfortunately lots of functionality is missing or broken in WKWebView, I assume they are purposely sabotaging it to drive away web apps and force people to use the Apple Dev environment.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-wkwebview-engine] donemuhendislik commented on issue #135: iOS 13.4 Inline Video

Posted by GitBox <gi...@apache.org>.
donemuhendislik commented on issue #135: iOS 13.4 Inline Video
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/135#issuecomment-615195625
 
 
   > Sorry for the delayed response - this was for a Brightcove embed via an iframe (their preferred embed method). It no longer works on iOS, I think they FUBAR'd iframe permissions or never correctly added them from UIWebView, so I switched to embedding via a JavaScript function with a callback that loads/plays the content once it's ready.
   > 
   > Unfortunately lots of functionality is missing or broken in WKWebView, I assume they are purposely sabotaging it to drive away web apps and force people to use the Apple Dev environment.
   
   Thanks a lot for your response 👏🏻 After i read your comment, i looked for all solutions, and you re right... I cancelled writing code for that module. I used normal photo slide show instead of this. I hope, phonegap can find a solution about this. We cannot be forced to use original Apple sources ! Hybrid is always best... Thanks again for your best answer... Stay in health 🙏🏻

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-wkwebview-engine] donemuhendislik commented on issue #135: iOS 13.4 Inline Video

Posted by GitBox <gi...@apache.org>.
donemuhendislik commented on issue #135: iOS 13.4 Inline Video
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/135#issuecomment-613385263
 
 
   > # Bug Report
   > ## Problem
   > Prior to 13.4, setting `<preference name="AllowsInlineMediaPlayback" value="true" />` and webkit-playsinline and playsinline on the src allowed videos to play inline.
   > 
   > ### What is expected to happen?
   > Video playing inline without the native player opening.
   > 
   > ### What does actually happen?
   > The native player open over top.
   > 
   > ### Environment, Platform, Device
   > iOS 13.4
   > 
   > ### Version information
   > 9.0.0 (cordova-lib@9.0.1)
   > 
   > Requirements check results for ios:
   > Apple macOS: installed darwin
   > Xcode: installed 11.4
   > ios-deploy: installed 1.10.0
   > CocoaPods: installed 1.9.0
   > 
   > ## Checklist
   > * [x]  I searched for existing GitHub issues
   > * [x]  I updated all Cordova tooling to most recent version
   > * [x]  I included all the necessary information above
   
   I need help for the same problem. I ve been working on it for 3 days. I read some old information about this for may help me... <preference name="AllowInlineMediaPlayback" value="true" /> not working and adding webkit-playsinline & playsinline attribute into the video tag... By the way, I have same configuration...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org