Tag

Frontend UI

0 views collected around this technical thread.

vivo Internet Technology
vivo Internet Technology
Feb 12, 2020 · Mobile Development

Text Ellipsis Implementation Techniques in Mobile Development

Mobile developers can implement text ellipsis using simple CSS for single‑line truncation, the -webkit-line-clamp property for multi‑line limits, Canvas measureText calculations for conditional truncation, and specialized components such as HeyUI or vue‑text‑ellipsis to handle icons, buttons, and highlighted HTML content without breaking rendering.

CSS ellipsisFrontend UIMobile development
0 likes · 6 min read
Text Ellipsis Implementation Techniques in Mobile Development
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Apr 4, 2017 · Frontend Development

How to Implement Swipe‑to‑Delete in WeChat Mini Programs

This tutorial explains how to create a left‑swipe delete effect in a WeChat Mini Program list view by layering items, using absolute positioning, and handling touchstart, touchmove, and touchend events to move items and reveal action buttons based on swipe distance.

Frontend UIJavaScriptSwipe Delete
0 likes · 3 min read
How to Implement Swipe‑to‑Delete in WeChat Mini Programs