react-native-quick-actions icon indicating copy to clipboard operation
react-native-quick-actions copied to clipboard

Deeplink not working on Webview

Open hanifmhd opened this issue 4 years ago • 0 comments

It is not working using deep link on Webview

QuickActions.setShortcutItems([
   {
     type: "Search", // Required
     title: "Search Anything", // Optional, if empty, `type` will be used instead
     subtitle: "Search using Google",
     icon: "Search", // Icons instructions below
     userInfo: {
       url: "Https://google.com" // Provide any custom data like deep linking URL
     }
   }
 ]);

When I press the Haptic Touch on app logo, it only opens the app

hanifmhd avatar Mar 03 '21 06:03 hanifmhd