Tag

Clipboard

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 2, 2024 · Frontend Development

How to Detect Clipboard Content and Page Visibility Changes in a Web App

This article explains how to use the browser's Visibility API and Clipboard API to detect when a web page becomes visible after being hidden, read text or image data from the clipboard in a secure context, and trigger custom actions such as link parsing or image uploading.

ClipboardFrontendWeb API
0 likes · 10 min read
How to Detect Clipboard Content and Page Visibility Changes in a Web App
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 3, 2024 · Frontend Development

Common Front‑End Issues on iOS, Android, and Web: Border‑Radius, Text Overflow, Button Focus, Coupon Hole Effect, Clipboard Compatibility, UnoCSS, and CORS Options Requests

This article explains several practical front‑end problems—including iOS border‑radius loss with transforms, text‑overflow truncation on iOS, Android button focus outlines, CSS coupon hole effects, clipboard API compatibility, UnoCSS style loss after bundling, and CORS OPTIONS request failures on low‑end devices—along with clear code‑based solutions.

CORSCSSClipboard
0 likes · 6 min read
Common Front‑End Issues on iOS, Android, and Web: Border‑Radius, Text Overflow, Button Focus, Coupon Hole Effect, Clipboard Compatibility, UnoCSS, and CORS Options Requests
Test Development Learning Exchange
Test Development Learning Exchange
Apr 30, 2024 · Information Security

Python GUI Password Generator with Tkinter and Clipboard Support

This guide explains why building your own password generator with a Tkinter graphical interface enhances security, customization, and learning, and provides a complete Python example that generates random passwords, displays them, and optionally copies them to the clipboard using pyperclip.

Clipboardpassword-generatorsecurity
0 likes · 5 min read
Python GUI Password Generator with Tkinter and Clipboard Support
Python Programming Learning Circle
Python Programming Learning Circle
May 11, 2022 · Frontend Development

wxPython Window and Dialog Tutorial with Complete Code Samples

This article provides a comprehensive guide to creating various wxPython GUI elements—including Frame windows, toolbars, MDI and MiniFrame windows, multiple types of dialogs, and clipboard operations—complete with explanatory text, screenshots, and full Python code examples.

ClipboardDesktopDialog
0 likes · 14 min read
wxPython Window and Dialog Tutorial with Complete Code Samples
IT Services Circle
IT Services Circle
Mar 31, 2022 · Information Security

Mobile Browsers Read Clipboard Data and Expose Plaintext Passwords, CCTV Report Shows

A CCTV investigation revealed that some mobile browsers and integrated third‑party SDKs silently read users’ clipboard, capturing bank account numbers, passwords and other personal data in plaintext even when running in the background, highlighting serious privacy risks under China’s Personal Information Protection Law.

CCTVClipboardMobile Security
0 likes · 3 min read
Mobile Browsers Read Clipboard Data and Expose Plaintext Passwords, CCTV Report Shows
Sohu Tech Products
Sohu Tech Products
Feb 3, 2021 · Frontend Development

Using clipboard.js for Lightweight Clipboard Operations in Frontend Development

This guide explains why clipboard.js is a lightweight, dependency‑free solution for copying and cutting text, shows how to install it via npm or CDN, demonstrates configuration and various usage patterns—including data attributes, event handling, advanced options, and a Vue 3 integration—while also covering browser support.

ClipboardFrontendVue3
0 likes · 8 min read
Using clipboard.js for Lightweight Clipboard Operations in Frontend Development
php中文网 Courses
php中文网 Courses
Jan 19, 2021 · Mobile Development

Implementing Clipboard Functionality in WeChat Mini Programs

This article guides developers through implementing clipboard detection and paste functionality in WeChat mini programs, covering the use of wx.getClipboardData, regex URL extraction, conditional modal prompts, and provides complete sample code for integration.

ClipboardMobile DevelopmentWeChat Mini Program
0 likes · 4 min read
Implementing Clipboard Functionality in WeChat Mini Programs
php中文网 Courses
php中文网 Courses
Dec 14, 2020 · Mobile Development

Implementing Clipboard Functionality in WeChat Mini Programs

This tutorial demonstrates how to detect, extract, and paste content copied from WeChat into a Mini Program by using the wx.getClipboardData API, applying regular‑expression matching, and displaying a confirmation modal only when the clipboard data differs from the previously stored value.

ClipboardMobile DevelopmentWeChat Mini Program
0 likes · 4 min read
Implementing Clipboard Functionality in WeChat Mini Programs
360 Tech Engineering
360 Tech Engineering
Jan 10, 2019 · Frontend Development

Understanding Clipboard Operations: clipboard.js and the Async Clipboard API

This article explains the system‑level nature of the clipboard, analyzes how clipboard.js implements copy via a hidden textarea and execCommand, discusses its limitations, and introduces the modern Async Clipboard API with its Promise‑based read/write methods, usage notes, and browser support.

Async Clipboard APIClipboardFrontend
0 likes · 9 min read
Understanding Clipboard Operations: clipboard.js and the Async Clipboard API