Skip to main content

All Questions

Tagged with
0 votes
2 answers
105 views

.Net Maui Android cannot hide keyboard

UPDATED - Trimmed down user control: using CommunityToolkit.Maui.Core.Platform; using CommunityToolkit.Mvvm.Input; using System.Diagnostics; namespace GSL.Presentation.CustomControls; public partial ...
George M Ceaser Jr's user avatar
0 votes
0 answers
40 views

Pi Virtual Keyboard doesn't focus in text box

On a PI 4 I have installed "Matchbox Keyboard" and "Onboard" but can get neither one to focus where I want to write text. I am trying to write something in a browser search bar so ...
Johnh's user avatar
  • 1
0 votes
1 answer
19 views

Andorid device Keyboard is hiding the Text Field in a iframe

I am loaded a url using iframe in react. Withing the iframe, the src being loaded has a text field. When trying to type in that TextField, the device keypad is hiding the Textfield. If the same url is ...
Ravneet Kaur's user avatar
0 votes
0 answers
10 views

C# Winform PostMessage doesn't work specific process

My Program's PostMessage confirmed that key inputs are sent without focus. However, certain processes cannot be sent, but when focus on, the key input starts. Is this not possible for security reasons ...
zeros's user avatar
  • 1
0 votes
1 answer
135 views

Restoring focus on a List when it reappears (without needing to [Tab] an activation)

I have a List with row selection supported, and tappable items that take you to another view (in other words, the List technically disappears). When I exit out of the second view to return to the List,...
Barrrdi's user avatar
  • 1,111
2 votes
0 answers
204 views

How to hide keyboard and keep input focus at the same time on WKWebView in iOS17

I am working on a rich text editor in iOS using WKWebView with a contenteditable webpage. I've implemented a custom toolbar and a collectionView that's hidden behind the keyboard. My goal is to ...
jamBoomChuu's user avatar
0 votes
3 answers
2k views

Prevent keyboard for TextField from dismissing after a [Return] but need to detect a [Return] keypress too

In short, I’m trying to achieve the Reminders.app interaction when you add an entry, hit [Return] and can then add the next entry immediately (i.e. keyboard does not dismiss, but only does if you hit [...
Barrrdi's user avatar
  • 1,111
0 votes
1 answer
691 views

Make keyboard show up without TextField

Is there a command in Flutter to make the onscreen keyboard on mobile devices appear? I am aware of using FocusNodes to get the keyboard to show for TextFields but I have a situation that does not use ...
Microbob's user avatar
  • 794
1 vote
0 answers
606 views

Using SwiperJS, how to keyboard tab through active slide only

Accessibility has become a big initiative with our site and one of the issues I'm trying to resolve is how to configure our slider, which typically includes three slides, so that when a user navigates ...
linnse's user avatar
  • 437
0 votes
1 answer
55 views

Focus item won't change in UICollectionView

I'm trying to adapt focus feature for my collectionView by Focus on iPad keyboard navigation - WWDC21 - Videos - Apple Developer However, I met the problem that I can only focus on the first item, ...
Saafo's user avatar
  • 678
1 vote
1 answer
392 views

How to disable the function of using arrow key to switch focus of controls when developing a Flet app?

I noticed that when I was using arrow keys in an sample app, the focus (sort of) of control will be changed depending on the direction of arrow key I have pressed. So how can I disable this behaviour? ...
sty2004's user avatar
  • 11
0 votes
1 answer
232 views

How to open keyboard over the screen without pushing the contents up automatically?

At the moment my app works like following: When the dialog is opened: When user clicks on textFormFields to inter some text: What I am looking for to do is to keep Dialog's( or all the contents on ...
best_of_man's user avatar
0 votes
1 answer
201 views

Return keyboard focus

I have an application where the main window contains a user control, and inside that user control are items stored in an ItemsControl. Each item can be removed by clicking an 'x' button. The problem I ...
user avatar
6 votes
1 answer
823 views

How to move cursor to the end of the TextField after screen rotation or system theme change and keep keyboard shown?

I have a screen with a Textfield as a Search bar which is autofocused when the screen is first displayed. The problem is, after screen rotation or system theme change (Dark mode/light mode), the ...
PopJoestar's user avatar
0 votes
1 answer
655 views

Make Mega menu visible on focus, not just hover

I'm trying to make a mega menu visible on focus, not just hover. Not sure what I'm doing wrong - it's at https://deltadentalcofoundation.org/ Here's the HTML: <ul id="menu-main-2022" ...
jinha's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
13