capacitor-community / proposals

Plugin and platform requests ✋
72 stars 2 forks source link

Integrate Apple 3D-Touch and Android Shortcuts #126

Open NLueg opened 3 years ago

NLueg commented 3 years ago

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.

NePheus commented 2 years ago

Just to add this new reference here: https://www.npmjs.com/package/capacitor-android-shortcuts

Thanks again for contributing ;)

Captainfl4me commented 1 year ago

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?

NePheus commented 1 year ago

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.

Captainfl4me commented 1 year ago

Thank you for your fast reply. I guess I will have to build it myself because I didn’t find anything maintained for IOS.