Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Unable to submit typeform in webview ( android )
Forum Updated to NodeBB v4.3 + New Features

Unable to submit typeform in webview ( android )

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 1.1k Views 1 Watching
  • 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.
  • Q Offline
    Q Offline
    Qjay
    wrote on 16 Jul 2017, 13:08 last edited by Qjay
    #1

    Hey guys like the title says i am unable to submit the typeform on android device . I just simply load the typeform using qml webview . (Typeform is working fine on desktop )

    suppose this is the typeform url : https://mlsa1.typeform.com/to/something

    the code is

    import QtQuick 2.0
    import QtWebView 1.1
    
    Item {
    
    
        WebView {
            id: webView
            anchors.fill: parent
            url: "https://mlsa1.typeform.com/to/something "
    
        }
    }
    
    

    i ran the application directly from qt creator and see these logs in application output
    there is Uncaught TypeError: Cannot read property 'getItem' of null"

    W IInputConnectionWrapper: getExtractedText on inactive InputConnection
    W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
    W IInputConnectionWrapper: getSelectedText on inactive InputConnection
    W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
    I chromium: [INFO:CONSOLE(16)] "Uncaught TypeError: Cannot read property 'getItem' of null", source: https://d4z6dx8qrln4r.cloudfront.net/common-9eb3b1a5da5436b2107d654e36bec193-min.z.js (16)
    D cr_Ime  : [InputMethodManagerWrapper.java:59] isActive: true
    D cr_Ime  : [InputMethodManagerWrapper.java:68] hideSoftInputFromWindow
    

    I googled the error and found this : https://stackoverflow.com/questions/33079762/android-webview-uncaught-typeerror-cannot-read-property-getitem-of-null

    but how can i do same thing in qt ??

    1 Reply Last reply
    0

    1/1

    16 Jul 2017, 13:08

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved