so I have the following link at my website:
http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&pub=0000000000&toolid=10001&campid=000000000&customid=&icep_item=120539950457&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg
The link works perfectly fine in all browsers, but mobile browser. When I follow the link from my cell phone (with Chrome browser), it attempts to load page, but then the browser window closes and returns to previous page.
I tried to compare my links with ebay link generator tool and they look the same.
What might be the problem here? Am I missing something?
Related
I am facing issue of deeplink. We have created a deep link for mobile application post but at google chrome mobile browser, its not opening the app screen. I saw same issues with amazon app deep links also.
At very first load it did not open app but second time it open app
Also make sure that you are tapping on the link. The chrome developers consider everything entered into the browser as user intention to open it in the browser.
So if you enter your link that you wish to deep link into your app in the chrome browser - it will open in the browser. But if you copy/paste it e.g. in notes app (social media etc.) and then tap on it - it will open your application if you have properly configured deep / app links.
I also got the same issue and I found a really good article regarding chrome browser with a deep link. (https://developer.chrome.com/docs/multidevice/android/intents/)
I first try out it with a fallback URL and the google chrome mobile browser doesn't work
Take a QR code
But when I removed that fallback URL, it was redirected to the google play store as intended
Take a QR code
I have a react-native application which use deep linking for Android.
Basically I have a working setup, which means that when im testing on a real device if I go to my website page displaying a link mapped by the AndroidManifest.xml, my app is correctly opening when clicking on the link. Same thing when I'm clicking the mapped link directly from Gmail app or Slack, everything works correctly.
However, when I'm going to my website page (which is displaying the mapped link) from the "embedded" Gmail or Slack browser and clicking on the link, the deep link doesn't work and it redirects on the web directly without asking to open the app first.
It seems a strange behaviour for me and after some research I wasn't able to find an explanation or a solution, so anyone have an idea on how to handle this ?
Thank you for your time.
For whatever reason, after changing my client's site to HTTPS, all of their links display without CSS when viewed through Facebook's embedded browser. This is also the case with links on their Instagram story and I suspect they use the same technology.
This is ONLY an issue with Facebook / Instagram's native browser. I've debugged this in react's webview and every mobile browser I could think of and the site works perfectly fine.
There are no mixed content errors either.
I know Facebook doesn't have support (oh joy), but it sure would be nice to get some help with this.
Steps to replicate:
Go to Rapzilla.com's Facebook page on your mobile Facebook app.
Click any link back to the website.
See that site loads without CSS.
I would like the ability to share content/page URL to a mobile's native application from a webpage. At the moment very few mobile users appear to be signed into Facebook/Twitter through the website URL, but rather through the native application. This obviously creates a problem that I can't find a real solution for.
Facebook
<a href="twitter://>Twitter</a>
http://jsfiddle.net/yyqj7u6L/
Both these links open the native app on Facebook & Twitter (if installed), but don't appear to have the functionality to post a status/share content without manually typing in.
I have checked the documentation here
http://wiki.akosma.com/IPhone_URL_Schemes#Facebook
With no luck.
My other thought about this problem is to target the share ability built into most mobile browsers, for example on Chrome I have the option to share via Facebook and so on. Although very little seems to be available about launching this feature from within a web page? I guess there is some security issues with this.
I did have a good look on here to find similar solutions but nothing quite hit the spot, related directly to sharing to native app from web page.
The code below should work for Twitter.
Share to Twitter
I have installed facebook comments in my Joomla website but in android and iOS devices view is messed up, you can see only like 10% of comment box
I've tried searching possible solutions but I've found no luck. Another point is that if you set android browser to desktop mode, it works superb, but on simple mode, random thing appears.
To be clear pic is taken with android ICS 4.04 joomla 1.5 version. To preview site is jeffrivera.com
Facebook comments look fine on TechCrunch, so I suspect its your website's formatting that is making it look weird. Got a link to your site? Can you also paste the relevant HTML that contains the Facebook Comments plugin?