01-22-2013 09:09 AM
I added standard webview but are unable to scroll in long lists on dropdowns (html select). It just shows the top selections and im unable to scroll in the list to select something further down.
Anyone else have webview with long select lists that have this issue, or NOT have this issue?
Solved! Go to Solution.
01-23-2013 04:16 AM
Hi,
Try this
ScrollView {
01-23-2013 05:52 AM
Thank you,
Normal website scrolling works fine, i already have the webview in a scroll container. Its just the "popup" that happens on a dropdown that i cant scroll in.
01-23-2013 07:36 AM
Hi,
Can you paste the code, so that i can have look at it.
Regards,
Sri...
01-23-2013 07:50 AM
Container {
ScrollView {
id: scrollView
scrollViewProperties {
scrollMode: ScrollMode.Both
}
layoutProperties: StackLayoutProperties { spaceQuota: 1.0 }
WebView {
id: webView
objectName: "webView"
url: tabbedPane.server + "/app/criteria"
onNavigationRequested: {
console.debug ("NavigationRequested: " + request.url + " navigationType=" + request.navigationType)
}
onMessageReceived: {
console.debug ("message.data: " + message.data)
_booking.AddBooking(message.data);
}
}
}
}
02-08-2013 07:37 AM
Dear Yoan,
Did you find any solution?
Could you please help us on same as we are also facing same issue.
Regards,
Amit
02-08-2013 07:48 AM
the latest OS version fixed this! So update your dev device os and you should be ok!
02-08-2013 11:43 PM
Thanks Yoan for quick reply...We surely check with OS update...