net::ERR_UNKNOWN_URL_SCHEME for Join Now Button

Hi, we implemented zoom application with Hybrid App (using platform: Android).We are generating ZoomId through REST API therefore we are getting Launch URL, which one we’re reflecting on App.Once the user clicked onLaunch URL, auto open Zoom Application through web view.

Getting Launch URL : - https://zoom.us/j/474650458

which Redirecting into https://zoom.us/support/down4j?from=join&id=474650458&u=zoomus%3A%2F%2Fzoom.us%2Fjoin%3Faction%3Djoin%26confid%3DdGlkPTUyOTAzNzY0Njc3ODY5YWE0MGRiNjE3YTBmNzQ1ZmNlJmVtYWlsPWluZm8lNDBtZXJpdHNtYXJ0LmNvbQ%253D%253D%26confno%3D474650458%26zc%3D0%26pk%3DeyJ1dGsiOiJ4eFA3WVl2ZC04Q3BUZ3oya3VEOXp6d1l4Zkt4X2lVVEd5SnFuM1M0VlhjLkJ3Y0FBQUZnVlVFZGdRQUFIQ0FBQUJaTlkzZHROblJ0ZVZRNVEyMVdOV3BOYUdVMlMybDNBR1FBQUFBQUFBSUFBUUEifQ%26mcv%3D0.92.11227.0929%26browser%3Dchrome%26uid%3DMcwm6tmyT9CmV5jMhe6Kiw%26una…

Now once user are clicking on Join Now button than getting 

"

Web page not available
The web page at zoomus://zoom.us/join?action=join&config=dGlkPWMwZjk2Y2M2ZjMwlV
Could not be loaded because:
net::ERR_UNKNOWN_URL_SCHEME

"

 

2 Likes

Not sure of your whole flow, however when zoomus:// is present it assumes that you have Zoom installed and attempts to open the Zoom app - there seems to be an issue on your device/flow and the error  unknown url scheme indicates zoomus:// is not registered on your device

Yes, Zoom App is already installed on my device but still, it’s giving the same error.Below attaching few screenshot

 

When user clicked on Launch URL  (https://zoom.us/j/474650458) through Hybrid App, below page open 

 

After that when user clicked on Join button

 

 

 

I believe the issue is that you’re trying to open the url in a webview in the app, as opposed to the OS handling the intent/url scheme

1 Like

“I believe the issue is that you’re trying to open the url in a webview in the app, as opposed to the OS handling the intent/url scheme”

Any solution for this case

 Not sure the framework you are using for your hybrid app, however this is the direction you need to go in 

http://www.oodlestechnologies.com/blogs/Open-Application-via-URL-Scheme-in-Cordova

http://www.anexinet.com/blog/opening-native-mapping-app-from-your-mobile-hybrid-app/

https://www.npmjs.com/package/cordova-plugin-urlhandler

This help me solve it on my chromebook . I installed another browser beside my google chrome , I installed opera and it worked.

1 Like

Happy to hear this helped! :slight_smile:

Thanks,
Tommy

Hi, i have the same issue, can you help me how you installed opera?

Best regards
Khaled

You can install it from your Chromebook as any app. Then you gotta try to enter again in zoom . Hope it works for you as well !

1 Like

Hey @bakir1084,

Let me know if @louiscucalon’s answer helps! :slight_smile:

Thanks,
Tommy

1 Like