Page 2 of 2

Audio autoplay in JS

Posted: Mon Dec 30, 2013 2:56 pm
by Ivan6481911

Sure, here are screens

Code: Select all

Hope it helps...   

Image
Image
Image


Audio autoplay in JS

Posted: Mon Dec 30, 2013 3:22 pm
by Oleg Danchenkov

Try jplayer.
It works fine.
See http://jplayer.org/


Audio autoplay in JS

Posted: Mon Dec 30, 2013 3:57 pm
by Ivan6481911

OK, but what's wrong with my code? Could you try to fix it by yourself ( you are added to application group ) ?


Audio autoplay in JS

Posted: Mon Dec 30, 2013 4:00 pm
by Ivan6481911

I prefer to stay with standard audio player.


Audio autoplay in JS

Posted: Mon Dec 30, 2013 8:08 pm
by Kateryna Grynko

Hi Ivan,

Please share your application with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a


Audio autoplay in JS

Posted: Tue Dec 31, 2013 9:08 am
by Ivan6481911

Hello
Application is being shared with support already - Gold Belt Tour


Audio autoplay in JS

Posted: Tue Dec 31, 2013 4:09 pm
by Serhii Kulibaba

Hi Ivan,

Where are you write selected_poi_nid to localStorage? It is empty when poi_det_serv service executes.


Audio autoplay in JS

Posted: Thu Jan 02, 2014 9:25 am
by Ivan6481911

Hello!
I set selected_poi_nid to localStorage on POI button click on Map screen right before transition to Details screen. Is this value connected to audio issue?


Audio autoplay in JS

Posted: Thu Jan 02, 2014 4:11 pm
by Kateryna Grynko

Hi Ivan,

Yes, this variable value is passed in a request parameter of service 'poi_det_serv', and you get it from button text value, that is not returned from service 'get_POI_for_tour', please check it first.