Quick Actions are triggered by using 3D Touch on the iOS app icon.
Questions tagged [quickaction]
93 questions
0
votes
1 answer
Objective-C code for iOS QuickAction
I've an iOS app with a Tab Bar Controller and five ViewControllers written in Objective-C.
Now, I declared QuickActions in Info.plist file.
But cause I'm new at coding and there are only Swift codes to find in the internet I don't know how to do…
user4429890
0
votes
4 answers
SWRevealViewController and 3D Touch quickActions
I have an application implementing a side menu in swift.
(http://www.appcoda.com/sidebar-menu-swift/)
I implemented 3D touch shortcut, quick actions, it almost works.
The problem is I arrive directly on my view without instantiate…

papay0
- 1,311
- 1
- 12
- 25
0
votes
1 answer
Announce QuickAction window dismissal with TalkBack
I have a custom QuickAction menu in my app. I have added contentDescription "Open Menu" for the ImageView which opens the menu. So my TalkBack(form the Accessibility settings) announces the same. The popup menu has setOutsideTouchable(true) to…

r.bhardwaj
- 1,603
- 6
- 28
- 54
0
votes
0 answers
MarkerClickListener works as a Button
I need some help please.
I'm developing a project that uses the GoogleMaps API V2 and it's working fine. My problem is that I need to make the Markers on the screen execute as a BUTTON when clicked. I have a external method to call and it receive a…

FpontoDesenv
- 162
- 1
- 13
0
votes
1 answer
QuickAction Dialog in iOS
Is there are anyway to create quickAction dialog for iPhone exactly like whats in android?
How anyone could help me.
Thanks in advance.

Eman87
- 2,735
- 7
- 36
- 53
0
votes
1 answer
QuickAction by Lorensius
I'm attempting to removed the deprecated code getWidth(); from this code before going to production. I've tried a few of the ways mentioned here at stack for other classes but cannot seem to get it to work for this. Anyone know i can get the with…

jcaruso
- 2,364
- 1
- 31
- 64
0
votes
2 answers
Android: Quickaction like dialog window to display other components
I am looking to implement a dialogbox that opens when I click a button. It should look like the popular quickaction dialog that appears in android phone and twitter app. But I should be able to use it as a container so that I can add other elements…

dOps
- 730
- 2
- 7
- 16
0
votes
1 answer
Struggling with QuickAction not displaying correctly
I'm using the QuickAction code from here and am having some difficulty after a week of messing with it not displaying correctly on certain screen sizes. I've narrowed down the problem to one line in the code, but can't seem to get it correctly…

Evan R.
- 1,210
- 1
- 27
- 42
0
votes
1 answer
ActionItem shows error
I am a complete newbie on Android.
I am trying the quickaction code. I followed http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/ and
https://github.com/lorensiuswlt/NewQuickAction3D and @Qberticus code on…

Shachi
- 1,858
- 3
- 23
- 41
0
votes
1 answer
put a view over another view
hi i create a quick action similar that's you see in the below picture.
but this is not my desired form. i like my quick action be similar this:
i create my quickaction from tutorial that create quickAction that u can see in the above pic.
now i…

Rasoul Taheri
- 802
- 3
- 16
- 32
0
votes
1 answer
Android: App crashes on clicking item of Quick action
In my app, I am opening multiple activities under single tab. In one of the tabs I have quick action. I want to open another activity on click of item of Quick action, but app crashes when I do so. I have used Activity group for maintaining multiple…

Nitish
- 3,097
- 13
- 45
- 80
0
votes
3 answers
drop down list in android
Drop list using quick action dialog in android ?
drop down list should be
i don't want to use spinner.
i have tried out example
http://www.chupamobile.com/tutorial/details/63/Quick+Actions+-+Tutorial/
and…

Shiva
- 754
- 6
- 16
0
votes
1 answer
Android how to create custom listview in quick action
I am trying to create quick action with listview but i didn't find solution for that.

Roshni
- 256
- 1
- 4
- 16
0
votes
1 answer
Quick Action dialog in android having table or list layout
I want to show such popup in android. Quick Action Dialog is the way to implement this but how to show list or table view as in image in quick action dialog. or any other way to implement same UI.

Rita
- 223
- 2
- 8
0
votes
2 answers
Perform onClick on TextView from List
I have a list with TextViews, and when the user clicks a button I do a performClick() on the corresponding TextView (to trigger an QuickAction), but the view I get is null, does anyone know why this is, and how to fix this?
This is how I create the…

user1393817
- 294
- 1
- 3
- 12