-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some interactivity does not work in Fixed Layout EPUBs #16
Comments
I don't think this has anything to do with recent changes, but I will rollback the codebase to double-check. This appears to be a similar issue to readium/readium-shared-js#54 : in some circumstances ; e.g. CSS with GPU hardware acceleration, in UIWebView or WebKit + CSS-columns ; any started video (rendering surface) prevents controls from being interacted with mouse control. My tests:
|
PS: note that I am on Yosemite, running the latest Safari. I cannot remember for sure whether video was working correctly in this fixed-layout EPUB under Maverick OSX. |
Yep, disabling enableGPUHardwareAccelerationCSS3D in ReadiumSDK.Models.ViewerSettings restores interactivity with video controls, but breaks image rendering in other fixed-layout EPUBs (in UIWebView, not browser WebKit)...investigating... |
…use of CSS 3D GPU acceleration in iframe rendering sequence (which is necessary for some EPUBs due to cropped images in UIWebView)
Fixed in Pull Request readium/readium-shared-js#132 |
It appears that some interactivity is not working on SDKLauncher-OSX following the recent merging of support for the new HTML Injection. Audio and video and Scripting work fine in the EPUB TestSuite (which are reflowable EPUBs), but do not work in the SmokeTestFXL, which is FIXED layout.
The same file (SmokeTestFXL) works fine in the Chrome Extension.
The SmokeTestFXL EPUB is here:
https://readiumfoundation.box.com/s/lv024fngot7eg3unnw50
The text was updated successfully, but these errors were encountered: