hi folks, How can i make a fullscreen view .. i ha...
# compose-ios
a
hi folks, How can i make a fullscreen view .. i have remove the .ignoreSafeare() but there’s still white area at the top
j
Do this to ignore that white area.
🙌 1
a
wow thank you .. do you know why i cant swipe to back to preveious screen ?
j
which library you use for the navigation?
I have sent you a dm about a problem that you solved
a
im using voyager
which problem ?
a
do you know why i cant swipe to back to preveious screen ?
@Angga Ardinata I think you're encountering what i did - there is no gesture navigation on iOS!
You have to provide nav options on every screen for iOS apps 🤦‍♂️
a
@Andrew Watson is there any sample for this issue ?
j
try
BackHandle{}
every time you’ll get callback when user try to go backward
b
Related to this post, any ideas on how to add background color to the Status Bar?
After ignoring safe area you have to use Scaffold padding
b
But Scaffold is not making my app scroll
j
Inside the scaffold you can use lazycolumn
b
I have a column layout inside my scaffold but it's not making me scroll to the bottom though
j
First do this scaffold and box. Then add LazyColumn with max size and then use items for list of same item or use item for individual view
b
Sorry @jamshedalamqaderi but it's not working for me
j
Can you share your code here?
164 Views