Closing the notifier for text input dialog

Those were my previous steps. But, due to requirement, I needed a modified one.

This :point_up: can be solved but this :point_down: seems to be complex to solve

1 Like

Check this:

And report what happens on your device.

grafik

On Android 5.1 (EDIT: the same on Android 9):

1 Like

How about Jerk while loading the keyboard? when dialog is launched, numeric keypad also must be launched. I mean, manual clicking on textbox should not be done.

Try this to hide the keyboard after CANCEL / OK:
Timer.Interval = 100

1 Like

Check this: notifierTest2.aia (2.7 KB)

Same no change. Please have a look at the video

@Innovator

Check if this :point_down: works for you

PoorTurquoiseSeahorse.apk (5.1 MB)

I can see one problem that is the keyboard sometimes freezes on the screen when we click on cancel/ok.
But this is tested on emulator as my device have some problem.

So do check it on your device and let me know if it works

Don’t go with apk name as this apk was generated with apps.new :joy: :laughing:

2 Likes

O.T:

O- Ok. Maaaaybe Kodular should rethink their names randomly placed on apps.new? :joy:

2 Likes

This :point_down: is how it looks on my emulator (.gif file)

1 Like

This only happens on Android 5.
Checked on Android 5.x, 7, 8 , 9.

If it is really so important for you to get rid of this issue on the few Android 5 devices, try this:

grafik

1 Like

I see this in my mi phone. Which version of android it is?

You ask me that. I am not a clairvoyant.

1 Like

Yes… sometimes alpha-numeric keyboard freezes.

Its android pie version 9

Then check @bodymindpower’s method

2 Likes

Yes, I tested the app on another Android 9 device and can confirm that the problem occurs there.

1 Like

some what better.

  1. jerk is eliminated as “textbox. request focus” is moved to “screen.initialize”.
  2. After various trials, clock1 and clock2 both have been set to timer interval of 55.
  3. sometimes alphanumeric-keypad is freezed or seen momentarily. but mostly of the times it’s working as expected. something to do with processor clock, clock1 and clock2 sync.

Blocks:

aia file:
notifierTest2(1).aia (2.7 KB)

Video:

Yes, I had observed exactly the same thing. It is not precisely possible to predict when the issue will occur.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.