Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. QWebView - jquery script problem
Forum Updated to NodeBB v4.3 + New Features

QWebView - jquery script problem

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 2 Posters 1.6k 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.
  • C Offline
    C Offline
    cristi
    wrote on last edited by
    #1

    Hi,

    I'm developping a simple HTML5 interface for an embedded system and for containers, i've decided to use iscroll4 plugin ( http://cubiq.org/iscroll-4 ) to animate a bit the scrolling.

    The problem is that this plugin/script is not working. Also, I'm not receiving any errors on console if i'm enabling developing extras setting.

    Also, i've tried to load directly this link : http://cubiq.org/dropbox/iscroll4/examples/simple/ in a QWebView object, but doesn't work too.

    Has anyone encountered this problem and knows a solution?

    Thanks a lot!

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      you have to do the output of javascript error by yourself:
      Reimplement QWebPage::javaScriptConsoleMessage(QString,int,QString) and output the parameters to the console (e.g. with qDebug)

      Also as far as i see this is not related to jQuery or?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0

      • Login

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