When using Androis's share intent to open Kagi Translate and the selected text
a) starts with a colon or
b) contains a colon and a space somewhere before that
then the text to be translated turns into "null".
For example, when opening https://help.kagi.com/kagi/translate/ in the browser and selecting the first bullet point in the features "Vast Language Support: Translate between more than 248 languages", when sharing it to translate it turns to "null".
I narrowed it down to either starting with a colon or having a space somewhere before the colon:
- "Language Support:" turns into "null"
- " Support:" turns into "null"
- "Support:" works
- ":" turns into "null"
- " :" turns into null (I tested this one by creating a note in my note taking app and trying to share that, not from a website)
Steps to reproduce:
- Select text matching criteria
- Pick "Share" in the floating menu
- Pick "Kagi Search" > "Translate"
The text entered will be "null" instead of what was selected.
I expect the selected text to be entered into the translate field.