Guide
Tutoriel sur l'interaction texte
Utilisation de @capgo/capacitor-textinteraction
Activer l'interaction texte dans les applications iOS basées sur Capacitor
Installer
bun add @capgo/capacitor-textinteraction
bunx cap sync
Ce que ce plugin expose
toggle- Activer l'interaction texte (sélection) sur la vue Web de Capacitor
Exemple d'utilisation
toggle
Activer l'interaction texte (sélection) sur la vue Web de Capacitor
import { TextInteraction } from '@capgo/capacitor-textinteraction';
await TextInteraction.toggle({} as TextInteractionOptions);
Référence complète
- GitHub : https://github.com/Cap-go/capacitor-textinteraction/
- Documentation : /docs/plugins/textinteraction/
Continuez à partir de l'utilisation de @capgo/capacitor-textinteraction
Si vous utilisez L'utilisation de @capgo/capacitor-textinteraction pour planifier le travail de plugin natif, connectez-l’avec @capgo/capacitor-textinteraction pour les détails d'implémentation dans @capgo/capacitor-textinteraction Prise en main pour les détails d'implémentation dans Prise en main Répertoire des plugins Capgo pour le flux de travail du produit dans Répertoire des plugins Capgo Plugins Capacitor par Capgo pour les détails d'implémentation dans Capacitor Plugins par Capgo, et Ajouter ou Mettre à Jour les Plugins pour les détails d'implémentation dans Ajouter ou Mettre à Jour les Plugins.