Embed code from Awesome Table didn't show (Security Policy: Frame Ancestors)

  1. 5 years ago

    I opened my html file with Firefox and chrome and it works, but with the website to apk this code only show a progress bar and when it is charged then nothing happens, my embed code example is this:

    <div data-type="AwesomeTableView" data-viewID="-LTxDjm2-mfGouktk-pi"></div>
    <script src="https://awesome-table.com/AwesomeTableInclude.js"></script>

    neither with this iframe code:

    <iframe height="600px" width="100%" style="border:none;" src="https://view-awesome-table.com/-LTxDjm2-mfGouktk-pi/view"></iframe>

    Websitetoapk don't support this? Or what can I do? please I need your help

  2. admin

    18 Dec 2018 Administrator

    You need to check the console logs by debugging to get into the exact error:
    https://websitetoapk.com/docs/debugging-with-chrome.html

  3. -image-

    This is what I found, hope you can tell me what else can I do please.

  4. admin

    19 Dec 2018 Administrator

    You might want to take a look at :
    http://docs.w3cub.com/http/headers/content-security-policy/frame-ancestors/
    https://stackoverflow.com/questions/38277526/webview-content-security-policy

    Also, make sure to enable "Allow Cross Origin" as it seems like you're working with local files.

 

or Sign Up to reply!