Disabling the Keyboard Suggestion Bar in DroidScript
56 views
Skip to first unread message
Ferhat
unread,
Jun 3, 2025, 3:30:34 AMJun 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
I'm trying to disable the suggestion bar (the row of suggested words) that appears above the keyboard in one of my DroidScript projects, but I couldn't find any way to do this. If there's a method or workaround, I'd really appreciate some guidance.
Alan Hendry
unread,
Jun 5, 2025, 11:59:09 AMJun 5
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
HI,
CreateTextEdit has an option NoSpell
Is this the standard keyboard or have you installed an app?
On the keyboard there's usually an icon for settings
Predictive Text
(each user has their own setting).
Ferhat
unread,
Jun 5, 2025, 3:38:18 PMJun 5
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
I created a project with DroidScript. I'm building a code editor and I'm using Ace Editor. I want the suggestion bar above the keyboard to disappear when I click to write code in Ace Editor.
Note: I don't want to disable it through keyboard settings; I want it to be automatically disabled for everyone who uses my project.
5 Haziran 2025 Perşembe tarihinde saat 18:59:09 UTC+3 itibarıyla hendr...@gmail.com şunları yazdı: