Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 02-20-2014, 01:36 AM   #1
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Question disable brower popup

a forum search did not find a suitable answer so here goes...

some books have code in chapter headers that causes the kobo to offer to launch it's experimental browser whenever you touch a chapter header

i think it is due to <a> tags or href= or both of those acting together

so is there a way to prevent this without editing the book e.g. prevent it happening with DRM protected library loans

disabling wi-fi does not help because you still get the offer to launch browser ?

PS it's not ONLY chapter headers, there can be other such links in boaks, but chapter headers is the most annoying because they are not genuine URL links, they are usually simple links back into the books own TOC or to its own internal XHTML pages
cybmole is offline   Reply With Quote
Old 02-20-2014, 01:54 AM   #2
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
I haven't seen that one. I have seen plenty of books where the chapter heading is a link back to the TOC. What it probably means is that the value for the href attribute of the a tag is wrong. It might be that if it doesn't point to a valid destination in the book that it get passed to the browser.

In any case, I don't know how to turn it off. Personally, I would fix the book, but I tend to edit them a little bit anyway, so this would just be an extra step.
davidfor is offline   Reply With Quote
Advert
Old 02-20-2014, 02:43 AM   #3
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Quote:
Originally Posted by davidfor View Post
I haven't seen that one. I have seen plenty of books where the chapter heading is a link back to the TOC. What it probably means is that the value for the href attribute of the a tag is wrong. It might be that if it doesn't point to a valid destination in the book that it get passed to the browser.

In any case, I don't know how to turn it off. Personally, I would fix the book, but I tend to edit them a little bit anyway, so this would just be an extra step.
here is the code
Code:
<div class="title-block-rw" id="rw-title-block_65127-717742626">
        <p class="title-num-rw" id="rw-title-num_65127-162326721"><a href="../Text/TOC.xhtml">50</a></p>
      </div>
it looks like a standard link back to TOC, but it fails because I've removed the redundant? HTML TOC page at start of book.

so you reckon that I am seeing the browser pop up only because it is not a valid link.
code like that requires a messy regex to remove the anchor tags without losing the actual chapter name or number

i was hoping for a global "never ask me to launch the browser" option...
cybmole is offline   Reply With Quote
Old 02-20-2014, 04:56 AM   #4
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by cybmole View Post
here is the code
Code:
<div class="title-block-rw" id="rw-title-block_65127-717742626">
        <p class="title-num-rw" id="rw-title-num_65127-162326721"><a href="../Text/TOC.xhtml">50</a></p>
      </div>
it looks like a standard link back to TOC, but it fails because I've removed the redundant? HTML TOC page at start of book.

so you reckon that I am seeing the browser pop up only because it is not a valid link.
code like that requires a messy regex to remove the anchor tags without losing the actual chapter name or number
Yes, that is what I think is happening. I did check a book I had that has links and like and still has the in-line TOC. The links work with no problem.
Quote:
i was hoping for a global "never ask me to launch the browser" option...
Not that I have seen. There is an option somewhere to set your account as a kids account. When I tried this, it hid the web browser and a couple of other things. I don't know if it affected opening a link from a book.

Last edited by davidfor; 02-20-2014 at 05:06 AM.
davidfor is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[PB903] Kann man Fonts im Web Brower installieren? goodlife PocketBook 2 06-07-2012 08:15 AM
Send popup messages? ApK Kindle Fire 6 04-24-2012 12:06 PM
New update popup? JayKindle Calibre 6 09-17-2011 04:57 PM
dictionary: popup preview Lucas C. Amazon Kindle 8 06-09-2011 04:14 PM
Android Android Brower that Can Load XMarks? walt526 enTourage Archive 2 05-27-2010 05:16 PM


All times are GMT -4. The time now is 06:41 PM.


MobileRead.com is a privately owned, operated and funded community.