Skip to content

Commit

Permalink
Add note about WkWebView
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmartin committed Mar 9, 2016
1 parent d1b28e8 commit df10fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ Watch the video [here](https://youtu.be/WddM6xNlOuA).
From here you can build and run the app on different platforms using the traditional Ionic commands (`ionic build ios`, etc.)

I have only tested this app on iOS but it should run fine on Android. Transcoding videos on Android will be much slower because the video editor plugin uses ffmpeg on Android. I have had terrible luck with HTML5 videos in the past on Android as well so YMMV there also.

I can't get everything in the app to work with the WkWebView. Setting a time range on a video and the cover frame is still really smooth in iOS 9 though. One particular issue with the WkWebView is that you cannot set `allowsInlineMediaPlayback` to true and this is a problem for HTML5 video.

0 comments on commit df10fa8

Please sign in to comment.