You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
hanifmhd
changed the title
not working on Webview
Deeplink not working on Webview
Mar 3, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is not working using deep link on Webview
When I press the Haptic Touch on app logo, it only opens the app
The text was updated successfully, but these errors were encountered: