iphone - Stop mobile Safari from preloading HTML5 audio -
i trying mobile safari on , iphone 5 stop preloading html5 audio element. can see in server log still calling mp3 file though have preload
set none
. ideas on how stop or way around this? i'm trying keep log in mysql database, doing this, throwing things off.
edit
if try following code , check server log, you'll see audio still called. <audio preload="none" id="audio" src="mp3.mp3" type="audio/mpeg"></audio>
from apple documentation:
note: preload attribute supported in safari 5.0 , later. safari on ios never preloads.
Comments
Post a Comment