0

Successfully played a video using 'WKInterfaceInlineMovie'. However, I need an option to start the video from the middle. Is this possible? Also, there is no delegate method to know when the video ends.

iqra
  • 1,061
  • 1
  • 11
  • 18

1 Answers1

1

Unfortunately, this is currently not possible. According to the documentation, the playback can only be controlled using

  • pause()
  • play()
  • playFromBeginning()
Reinhard Männer
  • 14,022
  • 5
  • 54
  • 116