iphone - html5 : how to use the built-in `next`, and `previous` controls on iOS 4.2 / Android 2.3 -


Both the Gingerbread 2.3 and IOS 4.2 + HTML5 & lt; Audio & gt; Tags An interface Next , and Past buttons.

How can I hook them into those controls?

  • Whether javascript events emit or do they? Send HTTP ICECast message? With this,

    on Android:

    • If you have gingerbread or better then you can by default enter the webpad You will see the controls.

      On iOS (iPhone, iPod, iPad):

      • Start playing music sample on your iPod / iPad / iPhone
      • Then click the button "Background" on the app.
      • To access player controls, from left to right click in the lower menu, double click and swipe.

        Note: play / pause controls works more or less than expected (the appropriate content-range HTTP header helps)

        for iOS

        From the mailing list:

        This next / Previous buttons are not part of standard HTML5 meters EDI player control.

        At least on iOS, they are just because they are used as audio playback on the device for audio playback on the same control device. For web pages, they go to the beginning and end of the track. You can not modify this behavior from JS

  • Comments