on a webview with this custom scheme type:
case "whatsapp":
#if DEBUG
print("this is whatsapp")
#endif
openCustomApp(urlScheme: "whatsapp://", additional_info: url_elements[1])
decisionHandler(.cancel)
how can I adapt this to facebook?
I tried to replace whatsapp:// with fb:// and in plist at LSApplicationQueriesSchemes I set string to fb
It still opens a url in safari.