PDA

View Full Version : Android Issue - webview moving left



ejoshva
8th April 2015, 13:10
I have a webview inside framelayout in turn inside relative layout.

When the page is loaded, I am able to drag the page out of the screen to it's left and right it doesn't move beyond the default loaded right point.

Meaning, the page is movable infinite to the left and restricted to a point on right.

How can I prevent the infinite left side movement.

ChrisW67
9th April 2015, 05:46
I don't know what a "relative layout" is and struggle to understand what you are asking about.

Is the "page" the outermost widget containing the QWebView or a web page loaded inside the web view?
Perhaps a screen capture or a small, self-contained example program that demonstrates the problem would help explain.

ejoshva
10th April 2015, 06:45
webpage loaded inside the webview is moving left

ChrisW67
10th April 2015, 21:04
Everything displayed in a QWebView is a result of the HTML you fed it. I suggest you start there.