Marat Mamyashev
Marat Mamyashev
Had thes same issue with system ruby with rbenv installed after Big Sur 11.2.1 update. Fixing rbenv gem won't help. System gem needed a fix. Fixed with: ```rbenv use system...
Got the same in iOS and in Android. After version 2.0.0 began to fail in production Just nothing happens. Was rejected by an Appstore. Had to remove this pacckage to...
same on os x running ```zenbot trade --paper``` conf.js ```c.output.api.on = false``` error ``` [78961:0x102b90000] 77784 ms: Scavenge 4034.6 (4114.1) -> 4033.1 (4114.8) MB, 11.2 / 0.0 ms (average mu...
By the way is there any debugging tool (firebug alike) for interactive components inside epub? I just cannot catch the bug to fix it inside UIWebView.
I do it this way for front-end dev while writing epub app. But I cannot trace what happens in UIWebView Webkit instance while runnig my JS.
@AlanQuatermain ok, thx! I'll check!
I'm experiencing quiete a headache with SVG. Almost every example fails to work. By the way It's better to move this topic to SDKLauncher-iOs. The last theme was super simple...
It looks like broken pipe bug is produced by multiple src in "video" tag. Example from features matrix https://github.com/readium/readium/wiki/EPUB3-Feature-Matrix fails to work either http://code.google.com/p/epub-samples/downloads/detail?name=sous-le-vent_svg-in-spine-20121022.epub
Yes toad works fine in safari for me. I found another way — canvas is much better fits interactivity needs.
Hi, Patrick, here are two files with my experiments 1) https://dl.dropboxusercontent.com/u/7303914/2svg.epub — example with valid interactive svg (head.svg) and extended svg (ship.svg). Works in any browser. 2) https://dl.dropboxusercontent.com/u/7303914/gaming.epub canvas example...