Questions tagged [actionsheet]

45 questions
0
votes
0 answers

Custom Bottom-Sheet in React Native

Expected output screenshot I am trying to create a bottom sheet component for screens , which has a bar on top of it but no luck , tried with multiple libraries but none of the library met the expected output , Tried using modal , and other…
0
votes
1 answer

TypeError: undefined is not an object (evaluating '_this.showActionSheet')

I'm working on building a random app using react-native. I'm trying to create an action sheet that activates via a button but I keep getting this error. when I first run the app it works fine, but when I reload the app again I get this error every…
0
votes
0 answers

Everytime when I dismiss my action sheet, it goes back to the very beginning. #swiftui

Everytime when I dismiss my action sheet, it goes back to the very beginning. Dismiss button below: Button{ showingSheet.toggle() }label: { HStack { Text("At the movies") Spacer() } .padding() .background(Color(colorScheme == .dark…
0
votes
1 answer

iOS Extension Icon

I am totally stuck on a small annoying issue in Xcode 12.4 Made a very simple iOS app for the iPad that uses an "Action Extension" (add an action to the action sheet when you tap 'Share' in any iOS app). It all works perfect, except, I cannot manage…
martin010
  • 407
  • 1
  • 5
  • 14
0
votes
1 answer

Bottom sheet is not displaying on the bottom

I want to show a bottom sheet when clicking on the floating button on the page. Page also includes bottom navigation bar. When clicking on the floating button, the bottom sheet appears above the navigation bar not on the bottom of the page. How can…
0
votes
1 answer

undefined is not an object(evaluating config.options[0]) React Native

I am a developing a React Native app for an IPhone.I need to upload an Image from IPhone to IPhone App.Below is the code which shows the options as soon as we click on 'Add Photo'. FeedBackScreen.js: import React, { Component } from 'react'; import…
0
votes
0 answers

SwiftUI NavigationBar Title not present as it is when ActionSheet is present

I have a problem regarding NagivationBarTitle. I have a view (first view) from which I call another one (second view). In the second view I have some photos which I can select. If no Images are selected the NavigationBar title is "Images". If I have…
0
votes
0 answers

Action sheet show from .XIB file in Swift 5

I have a question regarding loading XIB file to the action sheet inside UITabBar Controller. I would like to show signIn method with Google, Facebook, and email inside an action sheet. Trying to use this code but the style of the button and text…
user11969742
0
votes
2 answers

react-native-actionsheet get selected value

I am using react-native-actionsheet to show dropdown in iOS, I was able to get the selected index, however, I don't know what is the syntax to get the selected value also. showActionSheet = () => { this.ActionSheet.show() } handlePress =…
0
votes
2 answers

Background color of action sheet on iPad

I faced the following problem. I set a background color of an action sheet. For iPhone everything works fine, but the iPad version shows an alert without any text in it (alert is completely filled with a color i set). Is it an apple bug or do i do…
Artiom
  • 513
  • 1
  • 4
  • 15
0
votes
1 answer

Actionsheet text is always grey (NSAttributedString.Key doesn't working)

I'm using a custom actionsheet with some text displaying. With XCode 11.3 I can't use NSAttributedString.Key.foreground. It used to work before the update, but now I can't find a solution. Screengrab with example of my problem let…
Essentia G.
  • 1
  • 1
  • 2
0
votes
1 answer

Ionic 4 Popover, Alertsheet etc... on iOS scrolls back content and not the popover itself

I hope you all having a great day. I am facing an issue on iOS with ActionSheets and Popovers, while a popover is appeared, the user can scroll when swiping inside the popover, and it scrolls the back content on which i open the popover from, if i…
miloth
  • 258
  • 3
  • 13
0
votes
1 answer

SwiftUI actionSheet into .tabItem

I'm trying to insert a actionSheet into action button into .tabItem. I only see a View with the text "Test 1". Can't make it display a menu with different options?. Thanks in advance. @State var showActionSheet = false ... var actionSheet :…
David MM
  • 3
  • 2
-1
votes
1 answer

React Native: If you use ActionSheetIOS, what do you use for Android?

I have an action sheet in my React Native app that looks something like the image below. I've been using the Native Base ActionSheet, but want to remove Native Base from my project because of dependency conflicts. I want to use the basic React…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
1 2
3