Quick Actions are triggered by using 3D Touch on the iOS app icon.
Questions tagged [quickaction]
93 questions
1
vote
1 answer
how to run code dart on click app icon without launching the app
i am trying to develop an flutter app that when i click on the app icon a task will start without launching the app , i find the package quick action but when i click on the quick action always app is launched
this is my code
import…

Djamila Jada
- 141
- 2
- 4
- 11
1
vote
1 answer
How to copy to the UIPasteBoard from the Quick Actions menu without entering the app?
Is it possible to directly copy a value from a shortcut item without entering the app? I want to do something similar to Apple's Calculator App:

ThiagoAM
- 1,432
- 13
- 20
1
vote
2 answers
Shortcut Items, Quick Actions 3D Touch swift
I am for some reason having some troubles figuring out the Shortcut Items in my app. I have followed all the tutorials and I believe that I have done everything right; however, it is acting really weird. The problem is that when you completely close…

Jaqueline
- 465
- 2
- 8
- 25
1
vote
1 answer
3D Touch Quick Action For Same ViewController
the entry ViewController for my application consists of two buttons: weight and age. In the main ViewController, this is the code that runs when you click the weight button:
@IBAction func weightSearch(_ sender: Any) {
//Weight button…

marco
- 656
- 2
- 6
- 22
1
vote
1 answer
3d touch quick action call UIButton
I have created an app that has 4 UIButtons on the initial VC.
Each button segues to another VC(same in all cases), but with different parameters.
@IBAction func googleBtnPressed(_ sender: AnyObject) {
searchEngine = "Google"
…

Aryan Sharma
- 625
- 2
- 9
- 24
1
vote
0 answers
Visual Studio 2015 C# How to auto implement interface as a propfull
Resharper has this ability but I don't want to buy it for just that.
At the moment when I auto implement a interface in a class it formats all the properties as get and set with throw new not implemented exception.
Is there some way to modify how…

Cmder
- 61
- 1
- 6
1
vote
1 answer
Width of 3d touch QuickAction menu same on iPhone 6s and iPhone 6s plus?
I integrated 3d touch QuickActions for my iOS app made with Xcode and Swift. Since I only have an iPhone 6s plus, I'm not able to test it on an iPhone 6s. The title is long and fills the line without overflow. But how is it on iPhone 6s? Will the…
user6465101
1
vote
0 answers
QuickAction order different depending on position on homescreen
I have a strage problem with QuickActions on iPhone. This is what I have in info.plist file:
This it how it looks like when the app icon is on the bottom of the homescreen:
This it how it looks like when the app icon is on the top of the…
user6423177
1
vote
0 answers
appdelegate didFinishLaunchingWithOptions, how handle quick action when view is not created yet?
Ok, so in my AppDelegate, I initialise various stuff in didFinishLaunchingWithOptions, however I create my views in applicationDidBecomeActive.
My reasoning behind this was that when the app is executing stuff in the background (push notifications),…

Mathias
- 3,879
- 5
- 36
- 48
1
vote
1 answer
Launch cycle after Quick Action (3D Touch)
When you hard press an app icon and select one of its Quick Actions on the home page, you have two options:
1. The app was already running (in the background)
In this case, the Quick Action is handled by…

Christoffer Dures
- 173
- 1
- 7
1
vote
2 answers
iOS 9 Quick Actions (3D Touch)
I am trying to understand doing Quick Actions (3D Touch) for iOS 9.
I wanted the user to select 1 of 4 filter to be applied to image, so if I select item 1, I will set the NSUserDefaults.standardUserDefaults() to the filter, then show the correct…

Lim Thye Chean
- 8,704
- 9
- 49
- 88
1
vote
1 answer
Clear the Action items in Quickaction view android
i am working with Quickaction in android.
i want to set the items of Quickaction dynamically but at the time of adding the items i want to remove the previews action items.
But there is no any property to remove or clear the Quickaction items. …

Meddyy Thakkarr
- 61
- 1
- 5
1
vote
1 answer
Android search view in actionbar compat shows QuickAction menu, but stops getting keyboard events
I'm using ActionBarCompat and QuickAction (https://github.com/lorensiuswlt/NewQuickAction also shown at http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/) in my Android app.
In the right of the action bar there's the…

Douglas Drumond Kayama
- 1,974
- 18
- 28
1
vote
0 answers
how to change the view on quickaction
i have quickaction on my listview . Is there any way to change the view when one of the action is pressed here is my try but i can't get it to work :
mQuickActionFolder.setOnActionItemClickListener(new QuickActionFolder.OnActionItemClickListener()…

Ibrahim MAATKI
- 363
- 4
- 19
1
vote
1 answer
Pop-Up "speech bubble" not with actions, not on a map
I am trying to implement a popup dialog which resembles the QuickAction Dialog. The difference is I would like to have a vertically scrollable textview within the pop up instead of all of these actions.
This here is EXACTLY what I want, but this…

JuiCe
- 4,132
- 16
- 68
- 119