Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

On Android, Firefox has a handy button to open the website's app. I've the @Here WeGo app, but Firefox doesn't show the button.

  • 2 replies
  • 1 has this problem
  • 9 views
  • Last reply by N1cks

Is it possible to enable this button?

Is it possible to enable this button?
Attached screenshots

Chosen solution

You have to ask the Here App developer to implement an Android intent.

Only activities that have the category filter, android.intent.category.BROWSABLE are able to be invoked using this method as it indicates that the application is safe to open from the Browser.

Read this answer in context 👍 0

All Replies (2)

Chosen Solution

You have to ask the Here App developer to implement an Android intent.

Only activities that have the category filter, android.intent.category.BROWSABLE are able to be invoked using this method as it indicates that the application is safe to open from the Browser.

Thanks for the information. I'll submit feedback to HERE WeGo.