Quote:
Originally Posted by Doitsu
As I've already suggested, there's no need to build two epubs, because the rendering engine can be easily detected by checking the navigator.epubReadingSystem.name value with JavaScript. (It returns RMSDK for ADE and ibooks for iBoooks.)
Once you know this value you could easily manipulate HTML and/or CSS to hide whatever code is not supported.
|
Perfect! So the OP alredy has the solution he was looking for.