Juan Carlos Corona Romero

Results 63 comments of Juan Carlos Corona Romero

@jdempcy Are these changes in too? https://github.com/readium/readium-shared-js/pull/371/files There were change sets for both readium-shared-js and readium-cfi-js

> Hmmm as far as I can remember, there’s been 2 major factors “preventing” us from embedding fonts until now: > > 1. font updates – some fonts are regularly...

You can give this a try: ``` ReadiumSDK.reader.on(ReadiumSDK.Events.CONTENT_DOCUMENT_LOADED, function($iframe, spineItem) { var contentDoc = $iframe[0].contentDocument; var contentWindow = $iframe[0].contentWindow; contentDoc.body.oncopy = function() { return false; } contentDoc.body.oncut = function() {...

To give my code snippet more context: This is how you could prevent copy-pasting while keeping selection intact.

@tmoreno I ran across this issue as well. Let me see if someone in my team managed to find a solution.

Hi, sorry I just got a chance to look at this now.. @jansc Thanks for this PR. Calling it on reader_view:handleViewportResize() is not enough, you are right. I would much...

@dariocravero Thanks for this. I can give it a go.

I'm ok with merging this, not sure about the submodule ref update though.

Oh I re-opened this one, and wrote comments: https://github.com/readium/readium-shared-js/issues/37 They look like the same issue to me.