Search found 14 matches

Go to advanced search

by Eric Mammolenti
Sat Apr 02, 2016 6:53 pm
Forum: Issues
Topic: epub problems
Replies: 4
Views: 2885
 
Jump to post

epub problems

Thank you for the suggestion however, epub.js works great in the browser but not so great when used in my iOS native app. I have been unable to figure out why so I am looking for another way. Thanks!

Eric

by Eric Mammolenti
Thu Mar 31, 2016 5:04 pm
Forum: Issues
Topic: epub problems
Replies: 4
Views: 2885
 
Jump to post

epub problems

Maybe you can help me with my problem another way then. I have some text (39,000 words) that I would like to have accessible via an app. The app would preferably have a way to remember around where you are in the text as well. It is separated by chapters. Originally, I thought epub would be the way ...
by Eric Mammolenti
Wed Mar 23, 2016 1:46 am
Forum: Issues
Topic: epub problems
Replies: 4
Views: 2885
 
Jump to post

epub problems

Hello, I am trying to implement an epub reader in my app. I found this on github: https://github.com/futurepress/epub.js This solution works great in the browser on the desktop and mobile. However, when I try to use it as an app in iOS, it seems to work really slow. It takes 5-10 seconds to "tu...
by Eric Mammolenti
Thu Jan 08, 2015 2:25 pm
Forum: Issues
Topic: jQuery Panel
Replies: 5
Views: 1692
 
Jump to post

jQuery Panel

Thanks Yurii! This worked. I am glad you added the screenshot because it contained a part of the code that was left out in your answer above (I am guessing because of getsatisfaction). The div portion in panelHTML was left out.

by Eric Mammolenti
Thu Jan 08, 2015 2:34 am
Forum: Issues
Topic: jQuery Panel
Replies: 5
Views: 1692
 
Jump to post

jQuery Panel

The is the problem though. Soundcloud does not like to stream mp3 files. They want you to use their embedded player. That is why I am looking to do a jQuery panel outside of appery. I was trying to use this as a reference: https://getsatisfaction.com/apperyio/... I could not get it working though. A...
by Eric Mammolenti
Mon Jan 05, 2015 1:45 am
Forum: Issues
Topic: jQuery Panel
Replies: 5
Views: 1692
 
Jump to post

jQuery Panel

I am looking to implement a panel that slides out from the side of almost any page in an app. This panel has an embed code for soundcloud in it. The audio needs to continue even if the page is changed. I am guessing this means I would need to make a javascript function that would create a jquery pan...
by Eric Mammolenti
Tue Dec 30, 2014 6:34 am
Forum: Issues
Topic: Multiple HTML Audio elements between pages
Replies: 6
Views: 2219
 
Jump to post

Multiple HTML Audio elements between pages

Sorry, I did not see your reply before I made my changes to my app. I think I understand what you are saying now and that probably would have worked...but I have already implemented another way that also works.

Thanks for your help once again!

by Eric Mammolenti
Tue Dec 30, 2014 6:26 am
Forum: Issues
Topic: Multiple HTML Audio elements between pages
Replies: 6
Views: 2219
 
Jump to post

Multiple HTML Audio elements between pages

To answer my own question, I had this on my start screen: precode var audioText = '<audio id="yourAudio"><source src="http:&#47;&#47;demos&#46;w3avenue&#46;com/html5-unleashed-tips-tricks-and-techniques/demo-audio&#46;ogg"><source></audio>'; var audio = jQuery...
by Eric Mammolenti
Tue Dec 30, 2014 4:20 am
Forum: Issues
Topic: Multiple HTML Audio elements between pages
Replies: 6
Views: 2219
 
Jump to post

Multiple HTML Audio elements between pages

I added step #1 to my start page. I added #2 & #3 to a few other pages. The problem is that I am getting a ReferenceError: Can't find variable: PlayTrack when trying to call PlayTrack() or StopPlayTrack(). Am I missing something? I tried adding it on the same page as well but with a different bu...
by Eric Mammolenti
Mon Dec 29, 2014 9:27 pm
Forum: Issues
Topic: Multiple HTML Audio elements between pages
Replies: 6
Views: 2219
 
Jump to post

Multiple HTML Audio elements between pages

This is sort of a continuation of a previous question I had here: https://getsatisfaction.com/apperyio/... I have multiple buttons using this code which I modified from the question linked to above: precodeaudioText = '<audio id="yourAudio" src="audiosource&#46;mp3"></audio>'...

Go to advanced search