Htmlcontrol-for-Symbian (s60 5th) slide

Source: Internet
Author: User

Chtmlcontrol is a custom control on the open-source Symbian platform. It is a lightweight html/CSS parsing and rendering control that can easily support complex interface effects and display web content.

The Application of 5-edition touch screen mobile phones is studied here.

HtmlcontrolIn addition to the usual click and drag operations, it also supports two Special sliding operations.

= 1. Slide left and right =
The thtmlctlevent: eslideleft or thtmlctlevent: eslideright event is triggered when the finger (or pen, the same below) Slides horizontally from left to right or horizontally to left.
UserYou can respond to these two events for processing, such as page turning.

= 2. Slide up and down =
In the area with a scroll bar, we need to drag the slider of the scroll bar to slide up and down by default. When the page is longer, the slider is longerTimeThe drag may make the user feel tired.
HtmlcontrolYou can drag the content area directly.SetOne parameter:

Set in HTML:

<Div style = 'overflow: scroll' scroll-on-slide = 'true'> </div>

OrDynamicSettings:

// E is the DIV element pointer with a scroll bar.
E-> setproperty (khstrscrolonslide, etrue );

 

Slide operation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.