PDA

View Full Version : Site Not working Properly in QtDemo Browser 4.7,5.3 and 5.5



kanika gupta
31st March 2016, 08:04
When I open the website "WellsFargo.com" in QtDemo Browser 5.3 or 5.5 and click on the menus "Personal/Commercial/Small Business", the sub menus are displayed. But when I click these sub menus, nothing happens. Their menu list is not displayed.It works fine on Chrome, IE,Safari browsers.

I think it is something related to some content(which is not supported in Qt) in "jquery.js" or "global.js" used by its html page.
I need to provide some proof that why it is not working or some patch, so that it works.

Kindly help me in analysing this.

anda_skoa
31st March 2016, 11:18
You could try with the QWebEngineView in Qt 5.6, which is based on a newer version of WebKit (Chromium's engine).

Cheers,
_

kanika gupta
1st April 2016, 07:06
Thanks, I am downloading Qt5.6 and then will try on it.
In the meanwhile, I analysed that QtDemoBrowser is considered as the device which supports touch. In the sites' content "global.js" , they have written a code for such devices due to which the menu is not able to display.If we comment that touch code, it works fine.