Guide
Tutoriel sur l'Interaction de Texte
Utiliser @capgo/capacitor-textinteraction
Activer l'interaction de texte dans les applications iOS basées sur Capacitor.
Installer
bun add @capgo/capacitor-textinteraction
bunx cap sync
Ce Plugin Expose
toggle- Activer l'interaction de texte (sélection) sur la WebView Capacitor.
Exemple d'Utilisation
toggle
Activer l'interaction de texte (sélection) sur la WebView Capacitor.
import { TextInteraction } from '@capgo/capacitor-textinteraction';
await TextInteraction.toggle({} as TextInteractionOptions);
Référence complète
- GitHub: https://github.com/Cap-go/capacitor-interaction-texte/
- Documents : /docs/plugins/interaction-texte/