avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Not working with Facebook ( keep using it's internal App Browser ) #65

Closed heshaShawky closed 4 years ago

heshaShawky commented 4 years ago

Describe the bug The plugin works great on WhatsApp! but not on Facebook ( using its in-app browser but my app listed on the options button on the top right corner ) and on messenger it's actually weird when I click the link jumps to the in-app browser too, but when clicking the thumbnail of the link works fine!!!!

To Reproduce Steps to reproduce the behavior:

  1. I'm using App Links https with my domain https://carstime.republic-news.com/
  2. I added the Facebook meta tags but didn't notice any difference actually.

Expected behavior That is working with Facebook at least on the correct way not opening the in-app browser.

Smartphone (please complete the following information):

Additional context I didn't implement code as I don't think it's the problem as I'm only now the link nothing more for testing.

heshaShawky commented 4 years ago

Thanks, I have fixed this, was an issue with Facebook Meta tags, ( You need to implement this as a required step or not going to work )

prasid444 commented 3 years ago

@heshaShawky can you share what was the exact issue in the meta tag? I am facing similar issue

heshaShawky commented 3 years ago

@heshaShawky can you share what was the exact issue in the meta tag? I am facing similar issue

Check this out in here

anisalibegic commented 3 years ago

@heshaShawky Can you show please your configuration (both meta tags and intent-filter)? I just can't get it to work...

RohithKilaparthi commented 3 years ago

@heshaShawky I have added all the required meta tags. From the Facebook app, it shows a 404 error on iOS, whereas it does work well on android.

Any suggestions?

Tomal9924 commented 11 months ago

@heshaShawky I have added all the required meta tags. From the Facebook app, it shows a 404 error on iOS, whereas it does work well on android.

Any suggestions?

can you please share the manifest file?