|
|
#1 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Mar 2015
Device: none
|
Javascript iframe bug?
I was having an issue displaying an iframe in the viewer. Is there a bug in calibre that is preventing the iframe from functioning? I was able to show a div the contains text and an iframe, but the iframe content is blank and does not function properly.
|
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
The calibre viewer uses WebKit, so I highly doubt there is a bug in iframe support. But, since you haven't provided an example, it is impossible to say with any certainty.
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Mar 2015
Device: none
|
Code:
function addVideoFrame()
{
var style_css = "\
.no_display { \
display : none; \
} \
\
.SSvideo { \
z-index: 1; \
padding: 5px; \
background-color: black; \
position: fixed; \
top: 0%; \
}";
$("head").append("<style>" + style_css + "</style>");
var frame_html = "<div id = 'video_frame' class = 'SSvideo no_display'> \
<h3 id = 'frame_title' style = 'color: white;'></h3> \
<iframe src= 'http://www.youtube.com/v/DFl9o-e05is?autoplay=1' width = 350px height = 350px style ='display: block; margin: auto'> </iframe> \
</div>";
$("body").append(frame_html);
}
|
|
|
|
|
|
#4 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
The viewer has no support for video playback, so that is not going to work, regardless of any iframe issues.
|
|
|
|
![]() |
| Tags |
| javascript, run javascript, viewer, viewer plugin |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IDPF validation error Iframe scrolling | Jesver | ePub | 5 | 05-20-2014 04:51 AM |
| epub3 iframe | Zeynep | ePub | 2 | 07-15-2013 06:08 AM |
| Bug: --debug-javascript broken on Mac | Yves000 | Development | 5 | 05-24-2013 03:20 AM |
| Embedded font bug or CSS bug in ADE | JSWolf | ePub | 10 | 06-11-2011 03:34 PM |
| Facebook Like in EBooks? iFrame supported? | saper | General Discussions | 1 | 03-29-2011 06:41 AM |