-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Apple 3D-Touch and Android Shortcuts #126
Comments
Just to add this new reference here: https://www.npmjs.com/package/capacitor-android-shortcuts Thanks again for contributing ;) |
I was interested to submit the same plugin proposal but found that people already think of it. Is there any solution for iOS ? Or do you plan to add iOS support in the capacitor-android-shortcut? |
Im not planning to add iOS support. I dont even own a Mac for it nor have an iPhone. My plugin is specific for android shortcuts. Maybe there is another plugin for iOS. |
Thank you for your fast reply. I guess I will have to build it myself because I didn’t find anything maintained for IOS. |
Hi! I've created an package that allow to mimetize 3D Touch and iOS ContextMenu in Ionic/Vue. Check it out: https://github.com/brunoinds/ion-peek-pop |
We have just released the App Shortcuts plugin for Capacitor 6, which supports Android and iOS. Feel free to check it out. 🙌 We would love to hear your feedback! Just create an issue or a discussion in https://github.com/capawesome-team/capacitor-plugins. |
Awesome! I will definitely check it out. |
Plugin Request
Name: shortcuts
Package:
@capacitor-community/shortcuts
Platform(s)
Android, iOS
Existing Solutions
There is actually no really maintained solution for this, but I found the following:
Android-Shortcuts: https://www.npmjs.com/package/cordova-plugin-shortcuts-android
Apple-3D-Touch: https://github.com/EddyVerbruggen/cordova-plugin-3dtouch
Description
With the plugin, it should be possible to click and hold on the App icon and show some shortcuts to important features of the app. When clicking on the link the app should be opened based on the specified link.
The text was updated successfully, but these errors were encountered: