Inputmode Attribute For Web App

My requirements are very basic.
I just hope that when I convert it to a web app and click on the input field, the numeric keyboard will appear.


But my problem is
The numeric keypad that I set in the app
is not responding when it becomes a mobile web app.

I am trying to fix this problem.
In many ways
Start from here

There are many areas that are not supported yet.

Also included are my problems as follows:
Unable to change keyboard type
And the text cannot be set to mini and max width.

Unable to use the text selection function when focusing on the input.
And cannot choose the color of Select

In addition to the Advanced settings bar, trying to set it up in the blog also did not work.

So I tried to find a new solution.
My friends suggested to me that the reason why web apps don’t respond to the virtual keyboard on mobile is because they are running on the browser.
Most of them use .Html to write.

So I searched and found it on a website.
The code is written in a simple way like this.

And when I tried to open the page in a mobile browser,
it turned out that a numeric keyboard appeared.

So I want to modify this code in thunkable.

I converted the code into a URL from this website and wrote the code as follows.

I used JavaScript Web Bridge to import the code I converted and put the resulting URL as shown in the image.

When I go to the blog creation page
How should I use this tool?
Could you please answer me?
It would be a great favor.

Hello @eak41
Thank you for sharing all the details
The issues with the keyboard have been reported to our team.
If you need an immediate workaround, you could use HTML code.
The HTML needs to contain the text input.
I found an HTML code here: HTML inputmode Attribute - GeeksforGeeks
I tested it on this project and it worked: Thunkable

thank you very much

I have tested it.
It works in the keyboard part.

But for programming, it is very difficult.

Because you have to write all the inputs, all the buttons and all the processes in the Html code.

Then load it in part 1.
And then show it in part 2.

Which is very difficult for me because I can’t write application code like a computer engineer.

Anyway, thanks for the advice.