Thanks Mayura for the solution.
Now i want to get the UserAgent which I am able to achieve through following link :...
Type: Posts; User: Siddharth5; Keyword(s):
Thanks Mayura for the solution.
Now i want to get the UserAgent which I am able to achieve through following link :...
Hi kusumk,
Thanks for the solution.EventFilter class is getting executed but it does not open up virtualkeyboard. qDebug() is also executed.
Code for EventFilter class is as follows:
#ifndef...
Hi Kusumk,
My code is a follows:
WebviewItem::WebviewItem(QDeclarativeItem *parent): QDeclarativeItem(parent)
{
view = new QWebView();
...
Thanks gnuton,
Kinetic Scrolling is working fine.But I am still getting an issue. I redirect from one webpage to another in Qwebview and then scroll the second page till end.The contents in first...
Hi gnuton,
Below is the code of QMLWebView :
import QtQuick 1.0
import QtWebKit 1.0
Rectangle {
width: 360
height: 640
Hi gnuton,
Can you please provide a code snippet for it.
Thanks,
Siddharth5
Thanks rahul,
But in my code i am not using any Qml TextInput component.I have a Webview,which loads a textbox.
Thanks,
Siddharth5
Hi,
I am not able to achieve Kinetic scrolling.
Here is my code:
view = new QWebView();
view->page()->mainFrame()->setScrollBarPolicy(Qt::Horizontal, Qt::ScrollBarAlwaysOff);...
Hi gnuton,
I am developing this for Symbian. Earlier, we have used QMLWebview to open the mobile website but there is an issue happened of overlapping. It means when previous page is longer than...
Hi gnuton,
Can you please provide me a solution for this problem.Its on a urgent basis.
Thanks
Hi gnuton,
I am developing this for Symbian.
Using only QWebview in my application results in overlapping of webpages.
For Example,clicking on particular link on a page in webview will redirect...
Thanks savaj,
Working fine now.. :-)
Hi,
Below code is working fine but there is an issue happening while tapping the text box. device key pad is not being opened while tapping text box of the page. to open the device key pad we need...
Hi,
I am not able to use textBox in qwebview by tapping it once.
My code is as follows:
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QGroupBox *groupBox = new...
Hi gnuton,
I am using Symbian platform.
No i am not using event filters.
Hi,
I am not able to use text box in QWebView by tapping it once. But if I tap the text box for sometime then i am able to use it. Is this a bug??
Thanks
Thanks savaj,
In .cpp file my code is as follows:
connect( view->page()->mainFrame(), SIGNAL(javaScriptWindowObjectCleared()),this, SLOT(populateJavaScriptWindowObject()) );
void...
Thanks savaj,
it would be great if you provide me code snippet of usage of this function (addToJavaScriptWindowObject).
Thanks
Hi,
I have the following problem:
Code in .cpp file:
in onLoadFinished slot i have following piece of code:
view->page()->mainFrame()->evaluateJavaScript("test()");
Code in .js File:
Hi,
I have a QML Webview.Clicking on particular phone number url,the control goes to QWebview.
From QWebview it should evaluate javascript and open the url in device web browser.Unfortunately,...
Thanks rahulvala,
Its working fine now..:-)
Hi,
I am not getting the current url when clicking on link in QWebView.
Here is my code:
view = new QWebView();
connect(view,SIGNAL(linkClicked(QUrl)),this,SLOT(urlchange(QUrl)));
void...
Hi lipos123,
I am not sure tht this solution works or not but try it out:
use-> Loader {
id: pageLoad
} in your CnDelegate.qml file
and on MouseArea Onclicked Event load ...
Thanks rahulvala,
Clicking any of the links in webview redirect me to the particular Url,but does not clear the contents of previous page.As a result,both page contents overlap.
How to get rid of...
Thanks yogeshwarp,
can you provide a example for this..
Thanks