-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova app Android, iOS + audio support #45
base: master
Are you sure you want to change the base?
Conversation
Conflicts: index.html
Many thanks for doing this. I need to setup an android dev env. I will get Is there a way you can integrate the web UI into an App, make the player On Sun, Nov 1, 2015 at 2:13 PM, Mohammad Haque [email protected]
OmarALZabir.com/Charity |
@oazabir Not sure I follow you. Did you mean build the app and send it you? |
Yes, some way I can run the app directly on my mac without building, On Mon, Nov 2, 2015 at 10:05 PM, Mohammad Haque [email protected]
OmarALZabir.com/Charity |
Ok, I can commit the APK for android which you can run in emulator. In terms of playing audio I think we need some sort of UI that will initiate recitation from certain place (long press on aya for example). Are you planning to to add something like? |
Let me build some UI. Maybe for now you could experiment with hooking click even on the ayah $('.ayah_number').click(function() { On Tue, Nov 3, 2015 at 8:56 PM, Mohammad Haque [email protected]
OmarALZabir.com/Charity |
Audio playback feature works and tested in Android and iOS. As there are no UI at the moment only way to test is from debug console. Please see details in ReadMe file.
I have added audio helper js in index.html and I'm not sure this would be idea for web app?