EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 367 forks source link

Not working on gmail #175

Closed subhash8108 closed 8 years ago

subhash8108 commented 8 years ago

Hello,

I'm checking on mobile. I have create link setup on http://easyhyperlinks.com for testing purpose. Its perfectly working, apps open very smoothly.

But not working on gmail... please help me

My code: Gamel Link

gmail not allow without http so this link not create... please help me

Thanks & Regards Subhash Patel

EddyVerbruggen commented 8 years ago

Can you post that code (again)?

subhash8108 commented 8 years ago

My code: <\a title="Game" href="playecology://game/id/28">Gamel Link<\/a>

I have set hyperlink "playecology://game/id/28", but gmail not allow without http

EddyVerbruggen commented 8 years ago

Markdown tip: you can use backticks to escape code and properly format it: <a title="Game" href="playecology://game/id/28">Gamel Link</a> 👍

This is totally up to the Gmail app, so not much I can do to change this. The most reliable solution for me has always been linking to a webpage from an email and opening the app from that webpage.

subhash8108 commented 8 years ago

<a title="Game" href="playecology://game/id/28">Gamel Link</a>

this link not working in gmail

and http://tinyurl.com through proper working... you can see

tinyurl com - shorten that long url into a tiny url 2016-06-01 17-40-13

EddyVerbruggen commented 8 years ago

If the tinyurl works then I guess it's a permission thing. That's a great workaround btw!

subhash8108 commented 8 years ago

allow all permission. actually open chrome but server not found

subhash8108 commented 8 years ago

i have set <a title="Game" href="playecology://game/id/28">Gamel Link</a>, If not getting this url then i should go play store... am i right?