0

I turn a website into android app with the help of WebView and I want to share my product link to WhatsApp but every time I click on button to share on WhatsApp it is showing error in android app but working fine on websiteenter image description here

1 Answers1

1

This article may help you out. While I cannot see your code to be sure, it seems that you have the correct WhatsApp:// url prefix, but may need to add a try/catch method or some sort of url scheme handler.

emoore
  • 314
  • 2
  • 11