Help me [custom keyboard / filter user text entry]

Hmm.. I tested this code on an emulator and it works.
Are you sure you are getting it right?
Can you send a screen recording?

[Uploading: ٢٠٢١٠٤١٥-١٥٠٨٢٣-720x1560.mp4...

I recorded it but the space is large and not loaded

What should I do

Send your current blocks..

And where are the other blocks? :face_with_monocle:

You need all these blocks in the blocks editor, a textbox and TaifunTextbox extension in the designer. Then only will things work.

The other blocks for the first screen this for the second

I had done it on the second screen of my app (all were on the same screen)
Move this block to the first screen too!


When I search for the coordinates of the second screen while I am in the first, I cannot find it

You can keep it as Screen1 itself.
It will only show the option of the current screen as you can't code for some other screen in this screen's blocks

Yes it work

But I do not want him to prevent this word only in the application, but in the entire mobile application

Congrats !!
:+1:

1 Like

You mean for all the textboxes or on all the screens you have?

I mean in all device applications such as Messenger

I dont think tha can be done..
The textbox in Messenger is controlled by the code in Messenger, not your app.

You can also have a look at this

A very good way to learn App Inventor is to read the free Inventor’s Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Tutorials for App Inventor | Explore MIT App Inventor to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Credits to Taifun

Otherwise, my application can request permissions to access the keyboard, for example

I guess not.. can someone please confirm this?

Hi Malak

You cannot write an App in App Inventor that replaces the Android Keyboard. What you want to do is a very tricky task. Your best chance is via Java/Kotlin with Android Studio.

2 Likes