joseph / Monocle

A silky, tactile browser-based ebook JavaScript library.
http://monocle.inventivelabs.com.au
MIT License
743 stars 200 forks source link

Monacle Reader not working inside iframe #186

Closed nirmaala closed 11 years ago

nirmaala commented 11 years ago

Hi,

I am developing a mobile App , which is basically intented for ios and android devices. I am developing this App using cordova and jquerymobile framework.

I am trying to integrate monacle reader inside my customized html page. I am trying to load monacle reader in this page by using iframe . All is working fine . but if i try to customize stylesheet using reader.addPageStyles('body { color: red; }'); method. It is not working inside iframe.

Please help me .

Thanks,