<div dir="ltr"><div><div><div><div><div>Hello,<br></div>I have created a small app that opens epub files and renders them using webkit.<br></div>It has a lot of bugs, but I just want to verify that the approach that I'm using is appropriate or not.<br>
<br></div>To load the resources in webview, I use a subclass of QNetworkAccessManager, that gets the resources using libepub and passes it as a networkreply. To make this work, I just had to prepend the src attribute of images (<img>) with "http://" in the html, so that it asks the assigned networkmanager to download it.<br>
<br></div>here's the github <a href="https://github.com/jaydeep17/Okular_Epub">link</a>.<br><br></div>Cheers,<br>Jaydeep<br></div>