How do I open the keyboard in webviev in the application

A chat site that opens seamlessly in the browser I have a keyboard problem when opening the app, how do I solve this

1 Like

so, your problem is that keyboard covers your screen?

Yes keyboard covers my screen i can’t see what i wrote.

Try with wrap the wbviewer in vertical arrangements

I tried wbviewer in vertical arrangements but the same problem continues.

Uludagkampus (7).apk (5.0 MB)

What height have your WebView? :thinking:

1 Like

Make the webviewer fill parent, and the containing arrangement to automatic.

4 Likes

I have to share the link website
https://www.uludagkampus.com/sohbet/
thank you for your help and answers

view-source:UludagKampus.Com GençLik Burada

This could be very rustic, but it can help you if everything fails:

This change the size fo the web_viewer to half of your screen when the keyboad is visible… and set the normal size when the keyboard is not visible

Good Luck

4 Likes

Thank you very much, the keyboard is working now, but can we get a little lower up there? is it possible Thank you so much even for that

I will make it easier for you. Use a space component at the bottom or below the Webview component. Adjust the height as it suits you.

image
image
image

This will cause the browser to move automatically at keyboard height.

You can make the space component active only when the keyboard is opened.

IMPORTANT NOTE: Do not abuse the “Keyboad Visibility Changed” block a lot, it may slow your application because it is an Update event.

1 Like

Just set your screen status bar to visible and it will adjust it self

bild

2 Likes

omg! was that all? :sweat_smile:thank you very much thanks i learned a lot for your answers.

1 Like

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