net::ERR_unknown_url_scheme ? how to fix it

dcool

New Member
hello all
after i make my app with appyet everything works so fine just one thing when i try to open link in webview
show me this error ,how can i fix this problem hope i can find the solution here .
 
Most probably it's your browser issue. There's no application on your device which can handle that particular action. Or may be it's related to poor internet connection
 

dcool

New Member
@DarSha NPanDya

i try to make direct link to open snapchat app and add user name and i use this link
https://www.snapchat.com/add/username
when i click to the linke show me that error ( net::ERR_unknown_url_scheme )

@joseph c daniel
No man i have no problem in my system browser cus when i try that with other app chrome or other browser its works fine and direct open snapcht
app , the problem when i click the link inside my app that i created by appyet .

hope i can find help to fix this problem

thanx both
 

dcool

New Member
:( unfortunately same problem when i remove s from http and also remove www

please guys if any one can help to fix the issue .
 

DarShaN PanDya

Active Member
@dcool
You can also create an HTML page with <iframe> tag and embedding your url there...
That might work but has disadvantages too...
If You just want to share your SnapChat UserName wid the AppUser, you can simple create an HTML content showing like
'Join Me on SnapChat, Username - xyz' :)
 

marsalcrow

New Member
The ERR_UNKNOWN_URL_SCHEME error is commonly because of your browser issue . There's no application on your device which can handle that particular action. It is a Chromium bug . In Chrome version 40 and up, this bug has resurfaced, but only if you are manually entering the URL of the redirect page in the address bar. The issue is on the chromium issue tracker here
 
Top