M

msaporito

Member

Last active 4 years ago

  1. 4 years ago
    Thu Oct 24 13:30:09 2019
    M msaporito started the conversation Special JS Functions for open PDF.

    Hi there I've an other problem when I open a PDF in Tablet.. Before with 2.2 version it was possible open a PDF with link in HTML5 "file:///storage/emulated/0/folder_name/filename.pdf" and worked perfectly....
    Now with v.3 version an upper is impossible... v.3 APK version on tablets say "Can only download and open HTTP/HTTPS"
    "Allow File Access" and "Allow Cross Origin" in extras to be able to use.. and the same in v2.2 that works
    So i know that 3.4 use special JS Functions...
    Is there a function for open a PDF file in the tablet local storage?
    for example similar to:
    <script>
    Website2APK.openExternal("file:///storage/emulated/0/folder_name/filename.pdf");
    </script>
    Thanks

  2. Thu Oct 24 09:25:32 2019

    Hi there I've an other problem when I open a PDF in Tablet.. Before with 2.2 version it was possible open a PDF with link in HTML5 "file:///storage/emulated/0/folder_name/filename.pdf" and worked perfectly....
    Now with v.3 version an upper is impossible... v.3 APK version on tablets say "Can only download and open HTTP/HTTPS"
    "Allow File Access" and "Allow Cross Origin" in extras to be able to use.. and the same in v2.2 that works
    Wich "jQuery Mobile command" you use?

  3. Wed Oct 23 13:55:12 2019
    M msaporito joined the forum.