jordanbyron / react-native-quick-actions

A react-native interface for Touch 3D home screen quick actions
MIT License
1.06k stars 93 forks source link

Deeplink not working on Webview #105

Open hanifmhd opened 3 years ago

hanifmhd commented 3 years ago

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