We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-02-11 21:34:08 +0200 |
Given the code below, the page loads fine, but the comboboxes on the webpage just don't work at least with this page while the very same page works fine on the the default web browser. I didn't find any documentation regarding this issue in neither the SilcaWebView nor the QtWebKit WebView documentation. Google also came up short. Please note that I have only tried it with this webpage so this issue might very well not exist on others. Any help would be much appreciated.
import...
Page {
SilicaWebView {
anchors.fill: parent;
url: "http://m.tfl.gov.uk/mt/journeyplanner.tfl.gov.uk"
}
}
2 | No.2 Revision |
Given the code below, the page loads fine, but the comboboxes on the webpage just don't work at least with this page while the very same page works fine on the the default web browser. I didn't find any documentation regarding this issue in neither the SilcaWebView nor the QtWebKit WebView documentation. Google also came up short. Please note that I have only tried it with this webpage so this issue might very well not exist on others. Any help would be much appreciated.
import...
Page
{
{
SilicaWebView {
anchors.fill: parent;
url: "http://m.tfl.gov.uk/mt/journeyplanner.tfl.gov.uk"
}
}