Simbul / baker

The HTML5 ebook framework to publish interactive books & magazines on iPad & iPhone using simply open web standards
http://bakerframework.com
1.53k stars 378 forks source link

External links in Info panel in Shelf #1183

Open taraskuba opened 11 years ago

taraskuba commented 11 years ago

It seems that this methods do not work for Info panel in Shelf.

<a href="http://www.external-site.com?referrer=Baker">Link to external site</a>

<a href="http://www.external-site.com?referrer=Safari">Link to external site</a>

It open webpages inside Info panel.

folletto commented 11 years ago

Uhm yes. We didn't made it to jump out... What's the need to get external sites from there?

taraskuba commented 11 years ago

In this panel I list libraries used in development e.g. Baker itself. Is there any solution to make external links work?

img_0011

folletto commented 11 years ago

Well... the code to handle that is totally missing. I think you should have a look how BakerView handles that and copy from there. :)

taraskuba commented 11 years ago

Most of my time I used to be a interactive and print designer with good level of HTML+CSS skills. But thanks for your advice. It's time to learn how to code! :)

folletto commented 11 years ago

In the meantime I added this as feature request. If you manage to solve it yourself, maybe think of making a pull request so we can integrate it. ;)