[haiku-bugs] Re: [Haiku] #13945: WebPositive: add option to disable auto-play (easy) (was: WebPositive add option to disable auto-play)

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Thu, 12 Mar 2020 19:11:04 -0000

#13945: WebPositive: add option to disable auto-play (easy)
----------------------------------------+----------------------------
   Reporter:  bbjimmy                   |      Owner:  pulkomandy
       Type:  enhancement               |     Status:  new
   Priority:  normal                    |  Milestone:  Unscheduled
  Component:  Applications/WebPositive  |    Version:  R1/Development
 Resolution:                            |   Keywords:
 Blocked By:                            |   Blocking:
Has a Patch:  0                         |   Platform:  All
----------------------------------------+----------------------------
Changes (by pulkomandy):

 * summary:  WebPositive add option to disable auto-play => WebPositive: add
     option to disable auto-play (easy)

Comment:

 This is available in WebKit, only the UI needs to be connected to it:

 {{{
 webSettingsPrivate.setRequiresUserGestureToLoadVideo()
 webSettingsPrivate.setVideoPlaybackRequiresUserGesture()
 webSettingsPrivate.setAudioPlaybackRequiresUserGesture()
 }}}
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/13945#comment:1>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts:

  • » [haiku-bugs] Re: [Haiku] #13945: WebPositive: add option to disable auto-play (easy) (was: WebPositive add option to disable auto-play) - Haiku