document.addEventListener('plugin:selectedText', function(e) { if (e.detail === undefined) return; VLibrasPlugin.translate(encodeURI(e.detail)); });