You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Article view suffers from similar problem to issue 70:
Behavior of opening link appearantly depends on location of link on screen: upper part -> ignored, middle -> open status bar, lower part -> open link.
Note: For performance issues see new issue 72, as not directly related to scrolling issue. However, a fix considerable changes implementation (e.g.qml webview) would hopefully also solve the performance problem
The text was updated successfully, but these errors were encountered:
Try to fix current implementation. (kineticscroller+QTextBrowser)
? How?
- Scrolling with current implementation somewhat jerky on symbian as well, therefore
replacing kineticscroller with something different would be preferable.
Replace kineticscroller with QML Flickable, keep QTextBrowser
Trial in qml_meego_flickable branch
- Appearantly not working for long articles. (QTextBrowser size needs to be content size, which leads to crash
at least on simulator).
- Problematic to set correct size. (VerticalScrollbar maximum used, but this appearantly
changes after size of textbrowser adjusted to this value)
- Anchors not working
Use QML WebView+Flickable (Using custom QNetworkAccessManager)
Article view suffers from similar problem to issue 70:
Behavior of opening link appearantly depends on location of link on screen: upper part -> ignored, middle -> open status bar, lower part -> open link.
Note: For performance issues see new issue 72, as not directly related to scrolling issue. However, a fix considerable changes implementation (e.g.qml webview) would hopefully also solve the performance problem
The text was updated successfully, but these errors were encountered: