I have one pdf address. When I try to open its work in the browser. But when I try to open both Android device and ios. My pdf file does not open. Here is my code:
My controller:
$window.OpenLink = function(link) { window.open( link, '_system'); };
My html code is:
<div class="col col-50 clsGrid" onclick="OpenLink('http://www.orimi.com/pdf-test.pdf')">
Please help me. How can I open a pdf file and see both on an Android device and on ios.
Thanks in advance!
html angularjs pdf ionic-framework hybrid-mobile-app
hybrid dev
source share