Ric Wright

Results 183 comments of Ric Wright

@danielweck What is the context for this? Exporting previously imported book to the Chrome app for migration?

I poked at this a little more. If I go to the page with my WebGL demo in it and open the console and type monitorEvents(window) then click the mouse...

Readium-js is no longer actively maintained. You should review the contents of https://github.com/readium/architecture. There is some work going on a pure web version of Readium-2, but it isn't ready for...

@expouic : You modified strings.js (thanks) but you didn't supply the pt/messages.JSON file. Can you re-submit the pull-request with the localized message.JSON file?

@expouic Thanks!

Defer from 0.22 until we can get the strings cross-checked

For comparison, iBooks has issues as well. Pressing T does roll through the textures without having to give the content focus, but it beeps an error (but doesn't say what)....

Understood. But a very common pattern and one used in most WebGL/JavaScript implementations where there is little or no HTML and it is all JavaScript, is to instantiate an event...

I simply added event.stopPropagation() to the bottom of my eventListener and Readium now behaves as I expected it to. All keystrokes activate the appropriate shortcuts (I didn't actually test them...