Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Deeplink not working on Webview #105

Open
hanifmhd opened this issue Mar 3, 2021 · 0 comments
Open

Deeplink not working on Webview #105

hanifmhd opened this issue Mar 3, 2021 · 0 comments

Comments

@hanifmhd
Copy link

hanifmhd commented Mar 3, 2021

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 hanifmhd changed the title not working on Webview Deeplink not working on Webview Mar 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant