I'm trying to make a HTML5 webapp that simply plays a sound over and over and over again, on my iPhone. I don't know any Obj-C to do it natively.
What I ... |
I am having an issue with JQTouch (latest beta) and html5 audio tags
on 'sub pages' - the audio tag works before any page transitions are
done, and cease to work afterward.
For example:
|
I know that Apple's docs say that an mp3 within an <audio> tag on iPhone OS can't be played without user intervention (they cite bandwidth concerns, totally reasonable). However, has anyone ... |
I'm trying to get an audio file to autoplay in Safari on an iPad. If I go to the page using Safari on my Mac, it's fine. On the ... |
For the life of me I can figure out how to do a simple fast forward and rewind on the iPhone for an audio player using HTML5. All the Apple documentation ... |
I'm making a Web app (at chirpid.com) for the iPhone that plays audio files for cricket chirp identification. The user can start and stop the audio by tapping screen buttons. But ... |
I built an offline Web app (at www.chirp.com) that caches itself when bookmarked on the desktop. Testing on the iPhone4 in airplane mode shows that the program runs without a network ... |
|
The native audio control does not render correctly on the iPhone or the iPhone simulator.
Go to http://www.anmldr.com/audio and see what I am seeing.
The native audio control will cover up ... |
I'm having issues with audio files on the iPhone web-app. Seems as each time an audio file is played, it's loaded first then played, even if repeating the same audio on ... |
im trying to create a sort of playlist feature that will work on the iPhone using a combination of HTML5 and javascript. I'm very new to the platform and I ... |
I know this question is already asked in past, but i finally found no answer....
So I got a shoutcast stream, encoding audio/mpeg and I want create a web-app for my iphone ... |
I want to trigger an audio file when I shake the iPhone. I can get audio to play with a button press. I can get audio to play on shake after ... |
I created an app which contains webview with HTML5 pages that play mp3 files using tags . The app was refused on the problem of streaming "5 mb 5min”. MP3 ... |
ok i know apple has been trying to block the autoplay function for ios but i do have a jailbroken iphone so could i modify that to do auto play on ... |
When viewing a page in iOS Safari for iPhone, the element displays on page load and stays visible when page is zoomed in. However, when you zoom out the element ... |
I'm desperatly trying to find a solution for a web application that has to run on an iOS-Safari (e.g. on iPad, iPad2 and iPhone 4):
It's a web application I wrote some ... |
I have a few mp3 soundclips to play at certain events on my HTML5 app. There's no tag, the script creates Audio objects at the beginning (one for each mp3) ... |
In order to get an HTML5 animation playing with sound on an idevice, I've made a div the size of the entire browser named "theScreen", and use the following code:
audioCont.prototype.iCrapLoadPlayThrough = ...
|