richpixel

Results 31 comments of richpixel

Hi I'm also consistently getting an error about not being able to stop the nodejs app after doing a 'git push': remote: CLIENT_MESSAGE: Stopping Node.js application... remote: CLIENT_RESULT: Warning! Could...

Has this been fixed? I still see the issue on iOS (WKWebView), (using zipcelx 1.6.2). When I try to download, I see the document in the browser frame as mentioned...

Sorry - I haven't mastered the markup they use... yes it's just that one you don't need anything else On Thu, Jun 19, 2014 at 3:05 PM, Ravi Purushotma [email protected]...

Ok thanks for the feedback. The ANE actually plays back music differently depending on whether the song is DRM protected or not. It may be the case that volume never...

Thank you- that was a copy/paste error!

Hi playSong() is looking for a persistent media ID for the song; MPMediaItemPropertyPersistentID https://developer.apple.com/reference/mediaplayer/mpmediaitempropertypersistentid Is there any way you can get that ID from your query? It would probably be...

How are you making a call to the iTunes API to retrieve data about the album? I'm not familiar with it... On Mon, Jan 9, 2017 at 11:46 AM, moonbahrir...

Not sure how to do a private message, but if you paste your email address I can delete the comment. On Thu, Jan 12, 2017 at 12:26 PM, moonbahrir wrote:...

I have a working solution for this on iOS, let me know if still needed.

Hi - the way I fixed it was to initialize the `_PDFDocRef` variable in `initWithDocument`. This is in ReaderContentPage.m. The full updated function looks as follows: ``` - (instancetype)initWithDocument:(CGPDFDocumentRef)pdfDocumentRef page:(NSInteger)page...