user13767305
user13767305

Reputation:

Open the web page and jump to the URL of an app in AppGallery

I want to open a link in the Huawei browser, and then automatically jump to the AppGallery where my app is located.How to achieve this?

Upvotes: 2

Views: 573

Answers (1)

skylinnn
skylinnn

Reputation: 649

General:

market://details?id={packageName}

for example,

<a href="market://details?id=com.tencent.mobileqq">Jump</a>

Huawei:

hiapplink://com.huawei.appmarket?appId={appId}

for example, <a href="hiapplink://com.huawei.appmarket?appId=C9319">Jump</a>

Upvotes: 1

Related Questions