@jarlissonlira2
when i put a textbox for a floating view so it doesnβt show keyboard while clicking on textbox
i am trying also screen1.showkeyboard it only shows not take input.
i also try focus textbox.focuskeyboard but not take any input.
Have you tried using this?
Is it focus on keyboard ? Where i implemented it means in which event . I want keyboard when textbox click
To be able to open the text box, you need to initially request focus on your window.
Can we get focus when we are in other applications and floating is open
You can take the same approach as the Messenger application, see that, before the user types, he needs to click on the floating button; it is when he asks for the focus on the window, that is, he can open the keyboard and when closing the window the focus is lost, being able to continue the activities.
how to use overlap component ?
Check the .aia file.
Stunning contribution. I hope my humble donation serves to buy a cup of coffee at least.
Thank you!
I use your extension in a floating clock and it work great.
But when i try to float a vertical arrangement containing a list picker or date picker
when i click list picker it appear behind the floated vertical arrangement also date picker do the same so i cannot choose list element or a date
can you show me how to solve this issue
This post was flagged by the community and is temporarily hidden.
Only English is allowed here
Before selecting the date, try to request focus. When finished, just call LoseFocus.
Amazing extension. I was looking for something like this.
You need to give app that permission to use this extension.
This is amazing! Is there any way we can close the floating component when dragged to a certain position? For example at the bottom then a close icon appears and the component will disappear.
Iβm guessing we can set βa certain positionβ where when the floating component is positioned, it will ask if we want to exit the component. Iβm gonna try it out but just in case someone has figured it out already, Iβm all ears for the knowledge
I dinβt try but I donβt think there is any difficult to do this. Just use get positionx and get positiony and then dismiss view