Search found 9 matches

Go to advanced search

by Allan
Thu Jan 30, 2014 6:51 pm
Forum: Issues
Topic: Audio component reloading or pausing when map marker is refreshed
Replies: 9
Views: 1613
 
Jump to post

Audio component reloading or pausing when map marker is refreshed

Bummer, I am really loving this app, and I can't wait to hear about this being fixed.

by Allan
Thu Jan 30, 2014 7:25 am
Forum: Issues
Topic: Audio component reloading or pausing when map marker is refreshed
Replies: 9
Views: 1613
 
Jump to post

Audio component reloading or pausing when map marker is refreshed

I tried it on Android and iOS devices. Also tried jPlayer. Same audio problem with jPlayer that I had with native audio player. jPlayer works as expected as long as I don't have "watchPosition" enabled. Is there an alternative to "watchPosition" that I might try to use?

by Allan
Fri Jan 17, 2014 12:04 am
Forum: Issues
Topic: Audio component reloading or pausing when map marker is refreshed
Replies: 9
Views: 1613
 
Jump to post

Audio component reloading or pausing when map marker is refreshed

Everything works as expected when the map is removed, or when "watchPosition" is disabled. I thought it might have had something to do with the javascript I was running on success of geolocation, but I cleared that out, and I am still having the issue. The issue seems to stem from that &qu...
by Allan
Thu Jan 16, 2014 11:37 pm
Forum: Issues
Topic: Audio component reloading or pausing when map marker is refreshed
Replies: 9
Views: 1613
 
Jump to post

Audio component reloading or pausing when map marker is refreshed

I have a map on the page where the geolocation service is set to "watchPosition". When the position is updated, a marker on the map is moved. This is working great. When I add an audio component to the page and enable "wachPosition", the map works fine but the audio stops working...
by Allan
Thu Jan 16, 2014 10:09 pm
Forum: Issues
Topic: Refresh current location with markers on a map with watchPosition enabled
Replies: 5
Views: 960
 
Jump to post

Refresh current location with markers on a map with watchPosition enabled

Thanks for the help! I simply needed to make the map variable global by using:
pre
code
window.map = new google.maps.Map($('div[dsid="mapWindow"]').get(0), myOptions);
/code/pre

by Allan
Thu Jan 16, 2014 7:06 pm
Forum: Issues
Topic: Refresh current location with markers on a map with watchPosition enabled
Replies: 5
Views: 960
 
Jump to post

Refresh current location with markers on a map with watchPosition enabled

If I declare a variable on page load, will I be able to access that variable in the service?

by Allan
Thu Jan 16, 2014 6:57 am
Forum: Issues
Topic: Refresh current location with markers on a map with watchPosition enabled
Replies: 5
Views: 960
 
Jump to post

Refresh current location with markers on a map with watchPosition enabled

I followed the excellent tutorial at http://docs.appery.io/tutorials/addin... . I noticed that the way the tutorial was written, you could either track your position, or create custom markers but not both. I am trying to enable multiple markers with current locations at the same time. I have "w...
by Allan
Wed Jan 15, 2014 5:32 am
Forum: Issues
Topic: How to import an audio file into my app
Replies: 62
Views: 18170
 
Jump to post

How to import an audio file into my app

Is the 2MB file size limit applicable to your backed services, or all services for the file API? If I have some large audio files (50-100mb files) hosted on Amazon cloud, would I be able to use this method to get those files into the app?

by Allan
Wed Jan 15, 2014 5:31 am
Forum: Issues
Topic: How to import an audio file into my app
Replies: 62
Views: 18170
 
Jump to post

How to import an audio file into my app

Is the 2MB file size limit applicable to your backed services, or all services for the file API?

Go to advanced search