android RecyclerView doesn't render until keyboard open - android-recyclerview

I have big problem and i am tired.
I use recyclerview to show list from Json,
but recyclerview doesn't show data until I open keyboard (or press ALT key in Genymotion).

Related

Chakra ui Modal, keyboard, input, scroll

I have an issue with scrolling the content within a modal. I am using a Chakra UI modal and when I click on an input field, the keyboard pops up and I am unable to scroll to the end of the modal. Similarly, when I click on the bottom of the modal, I am unable to scroll up. but When I close the keyboard, I am able to scroll the entire content in the modal. enter image description here
I have searched the entire internet for a solution but have not been able to find one. [[text]

scrolling not working with Tab in react native

I have data in flatList. I want to build app for people to use it with external keyboard by connecting keyboard with bluetooth.
But Now Problem is By pressing Tab button from keyboard FlatList Not scrolling till Bottom View Its only select views which present in current scree.
so is there any solution for this. please guide me over this

How to make customized keyboard in react-native?

I am making an app. To access this app I need to create an app pin.
I have to make a customized keyboard, so when I press keys on keyboard, text (pin) should be filled in these 4 circles (for this I am using react-native-confirmation-code-input library).
I have used many customized keyboard libraries but none worked out.
If I make this keyboard without using any library, then I get stuck.
I am not able to make focus on second textinput when first textinput finish its text editing .
This is the image of the layout I need for my app:

Apply changes to all items of recyclerview

I have a recyclerview in my app in which list of videos are playing. Each item of recyclerview have a "Mute" button. I want when i click on Mute button of any item all the other Mute buttons on other items also change to "UnMute". Something like "apply one change to all item on one click". Please help

UWP Listview works strange on mobile

I have a ListView where items are TextBoxes(pic.1). In desktop app when I click on any block I can write text and scroll of ListView will stay on current position. But! If I run the app on mobile and click on any box the scroll will return at START position! Why is this happening?