Skip to main content
-1 votes
0 answers
27 views

react-native-action-sheet glitching when open keyboard

In my React Native project, I am using react-native-action-sheet to show comments on a post, but as I open keyboard first the input move to the top of screen and secondly when close keyboard it start ...
Shahroz Atiq's user avatar
1 vote
0 answers
50 views

React Native - For accessibility, how to focus on interactive elements inside a bottom sheet?

I'm using @gorhom/react-native-bottom-sheet library (v4.6.4) and need to provide accessibility features to my mobile project, now specifically adding keyboard navigation support, focusing on ...
Carla B's user avatar
  • 11
1 vote
1 answer
35 views

Flutter bottom sheet RenderFlex overflow when crossing SafeArea during height animation

I'm building a custom sliding comment panel in Flutter (like a bottom sheet). It has 3 parts: A drag handle at the top A scrollable ListView for comments A TextField at the bottom for user input The ...
Jongjin Kim's user avatar
-1 votes
0 answers
29 views

A BottomSheet Dialog With The Stick Input text or Pin the View At the Bottom

enter image description here I want to make the BottomSheet Dialog Like the instagram having comment bottom sheet. dialog i try to make like that but the input text is not stick at the bottom of ...
Android Dev's user avatar
0 votes
1 answer
33 views

Flutter BottomSheet Not Dismissing on Swipe Down in Android

I'm using showModalBottomSheet in my Flutter app to show a bottom sheet for adding a bank account. However, the bottom sheet does not dismiss when swiping down on Android.(Working in IOS) void ...
Dasaya_Developer's user avatar
1 vote
2 answers
59 views

Android Button text is cut off in BottomSheetDialogFragment

My Button text is cut off althought layout preview shows it correct way. When I run it on my real phone it is cut off with ... instead of going to new line. I am attaching screenshots: what I want: ...
Jawegiel's user avatar
  • 111
0 votes
2 answers
48 views

How to enable interaction with background elements while using DraggableScrollableSheet with showBottomSheet?

I'm using the showBottomSheet method to display a bottom sheet in my Flutter app. However, when I wrap my content inside a DraggableScrollableSheet, it blocks interaction with the rest of the screen. ...
Rehan's user avatar
  • 182
0 votes
0 answers
33 views

Undesired dragging of the Modal Bottom Sheet when dragging Google Map composable inside it

Moving the map inside the Modal Bottom Sheet causes it to be dragged. I explored two solutions both unsuccessfully: Solutions 1: Description: using the modal sheet sheetGesturesEnabled parameter to ...
William St-Laurent's user avatar
0 votes
0 answers
36 views

Display a dimming effect (scrim) when a standard bottom sheet is displayed

Android provides two ways to implement a bottom sheet: Modal bottom sheet (uses BottomSheetDialogFragment) Standard bottom sheet (uses a CoordinatorLayout and a view with com.google.android.material....
Orbit's user avatar
  • 2,395
0 votes
0 answers
73 views

How can we save data on runtime in Adapter Class?

I am facing some issues in saving data on my runtime(temporary saving) in my adapter class of my bottomsheet for an invoice acknowledgement. Here is one photo explaining all the flow : Also I have ...
Sati Anshul's user avatar
2 votes
2 answers
78 views

How to expand panel with fab button to show more options?

My current code: import 'package:flutter/material.dart'; class CustomBottomNavBar extends StatefulWidget { final VoidCallback onStartPressed; final VoidCallback onSettingsPressed; final ...
user1209216's user avatar
  • 7,994
0 votes
0 answers
27 views

How to place the view in the center of the bottom sheet fragment?

Is there a way to position the view in the center of BottonSheetFragment. I have a simple LinearLayout where the name and price located. Under these field i have one more LinearLayout with an error ...
Serdar17's user avatar
0 votes
0 answers
25 views

BottomSheetDialogFragment not letting interaction with the back screen

I have created a Generic Bootm Sheet Creator. The bottom sheet takes up less than half the screen. However, once the bottom sheet is opened, I am unable to interact with the screen behind it. The ...
Malik123's user avatar
1 vote
0 answers
164 views

Expo router + bottom sheets navigation

Anyone gotten bottom sheets navigation to play ball with expo router? There's a working example here: https://github.com/EvanBacon/expo-router-layouts-example/blob/main/layouts/bottom-sheet.tsx But it ...
Michael Falck Wedelgård's user avatar
0 votes
0 answers
32 views

Is there a way to a StackNavigator in gorhom bottom sheet in React Native

I am trying to follow the example in the gorhom bottom sheet repo but I can't get my Navigation stack to display. I get the error message: 'index' was provided but out of the provided snap points ...
Jobie J's user avatar
  • 267

15 30 50 per page
1
2 3 4 5
87