|  | @@ -113,7 +113,9 @@ Set this to provide JavaScript that will be injected into the web page when the
 | 
	
		
			
			| 113 | 113 |  
 | 
	
		
			
			| 114 | 114 |  ### `mediaPlaybackRequiresUserAction`
 | 
	
		
			
			| 115 | 115 |  
 | 
	
		
			
			| 116 |  | -Boolean that determines whether HTML5 audio and video requires the user to tap them before they start playing. The default value is `true`. (Android API minimum version 17)
 | 
	
		
			
			|  | 116 | +Boolean that determines whether HTML5 audio and video requires the user to tap them before they start playing. The default value is `true`. (Android API minimum version 17).
 | 
	
		
			
			|  | 117 | +
 | 
	
		
			
			|  | 118 | +NOTE: the default `true` value might cause some videos to hang loading on iOS. Setting it to `false` could fix this issue.
 | 
	
		
			
			| 117 | 119 |  
 | 
	
		
			
			| 118 | 120 |  | Type | Required |
 | 
	
		
			
			| 119 | 121 |  | ---- | -------- |
 |