Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Html5ApplicationViewer - popups, internet and logs

    Qt WebKit
    1
    1
    2665
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      marmistrz last edited by

      Hi
      I'm working on a Qt program to run WebOS Mojo apps. It works alright when it comes to displaying.
      I just set the html5applicationviewer source to path provided in argv[1] (it'll need some sanity checks but right now I skip it).

      But when it comes to interacting there are three main problems:

      1. What is: Many apps are 'faceless apps'. You can click launch and then a popup window should appear. But with html5applicationviewer nothing appears, there's still the info about faceless app is shown. Nothing happends after clicking Launch button What should be: After clicking launch button another window should appear or even replace the old window (maybe even automatically, without clicking launch). _ as if pointertopopupwindow = pointertothiswindow _

      2. What is: no data is successfully downloaded. Chromium complained about unsafe header "X-JSON" when run with --allow-file-access-from-files and the only way to run it in chromium is to run with --disable-web-security. What should be: any downloads shouldn't be a problem Possible concept solutions: Disable security checks, disable header check, add this header to whitelist

      3. What is: no log messages ("web console") are shown. If app requires additional tweaking (some apps run ok in chromium but don't run at all in html5applicationviewer) I can't fix it or it's hard. What should be: verbose mode

      Are my problems solvable?

      Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post