summaryrefslogtreecommitdiff
path: root/js/reader_iframe.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reader_iframe.js')
-rw-r--r--js/reader_iframe.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/reader_iframe.js b/js/reader_iframe.js
index 6baf788..6a9a8e3 100644
--- a/js/reader_iframe.js
+++ b/js/reader_iframe.js
@@ -17,6 +17,11 @@ function enable_swipes() {
});
}
+if (typeof EpubeApp != "undefined") {
+ const localCss = $('<link type="text/css" rel="stylesheet" media="screen" href="/assets/android.css" />');
+ $("head").append(localCss);
+}
+
$(document).ready(function() {
Reader = parent.__get_reader();
App = parent.__get_app();