Greetings! I have integrated a flipping book URL inside an iframe:
<ng-container>
<iframe
[src]="eUrl"
id="flipping_book_iframe"
frameborder="0"
allowfullscreen="allowfullscreen"></iframe>
</ng-container>
However, there seems to be an issue where clicking on the download button (within the flipping book URL) causes the app to crash after a few seconds. On the bright side, the navigation through next and previous slides is functioning properly.
Ionic:
ionic (Ionic CLI) : 4.0.2
Ionic Framework : ionic-angular
3.9.2 @ionic/app-scripts : 3.2.0
Cordova:
cordova (Cordova CLI) : 8.1.2 ([email protected])
Cordova Platforms: not available
System:
Android SDK Tools : 25.2.5
NodeJS : v8.9.3
npm : 5.4.2
OS : Windows 10
Upon inspecting the content within the iframe, I noticed that 'publication.pdf' doesn't seem to function smoothly on mobile devices, although it operates fine on websites.