Firebase Dynamic Link: Does not work correctly when opened from iOS Safari - firebase

I am using Firebase Dynamic Link in my app and am seeing issues when they are opened from iOS Safari as an URL.
-Expected behavior: The link leads to the app preview page, where the user can click on the link that will redirect to the app.
-Actual behavior: The link tries to open the preview page initially but loads the website even when the app is installed.
-The issue happens for both actual devices and simulators.
-The link works fine when opened from iOS Chrome as an URL, other iOS apps, and for all scenarios in Android devices/emulators.
I did my research but could find the exact same case as mine. Can someone tell me what might be the issue here so that I can investigate further?
Here is the Firebase Dynamic Link debugger result:
Here are the apple-app-site-association parameters:
{"applinks":{"apps":[],"details":[{"appID":"####.***.****","paths":["NOT /_/*","/*"]}]}}
Can someone help out? Thanks!

For those who might run into a similar issue, I resolved this by disabling forced redirects in the link parameter. Somehow mobile Safari was force redirecting to the website, not the app.

Related

How do I update my website cached version on Google cachedview?

I am developing a website and I faced an issue today on my site, I will try to briefly explain the scenario hoping anyone could give a proper explanation for it.
My website is a WordPress website and I have the coming soon page activated so users will be redirected to it.
Two days ago I turned that plugin off by mistake and users were able to see my page. Today I turned it back on, and that's where the issue arises.
In full web (desktop) the coming soon page is visible and working fine, but when I hit the responsive view on my chrome browser the page is still available and the welcome page is not. In the sources tab, I can see the hosted directory being loaded so I went to the hosted directory (public_html) and I hid the folder that contains all the assets (renamed it to .foldername).
I hit refresh still loads the old page when I hit ctrl+shift+r I get the new version. On Firefox the scenario isn't reproducible it just happens on responsive view on Google Chrome browser.
Can anybody explain to me what's happening I assume it has something to do with Google caching my webpage and never updating it. But if like to hear a more professional explanation Thanks.
Have you tried clearing your Cache in Google Chrome? Also, Have you enqueued any Scripts or Styles in your functions.php file? If so, increase their version number. This will force the browser to download the Scripts and/or Styles again rather than loading any Cached copies.
Hope this helps to resolve your problem(s).

Wordpress site is not showing on Chrome

I have a site www.mathildaparadeiser.com that is showing a white screen of death on Chrome. All other browsers seem fine.
Removed all plugins but still being shown. Chrome is updated and Wordpress also. Looking in Chrome Tools I get this first error
VM100:1 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
Any ideas what would be causing this? Have debugged all I can.
Have you installed any chrome extension plugins ?
Your site has uses a service called Incapsula. The website admins configured Incapsula to prevent bots from accessing it's content.
Please read here more :-
How to get the body content from a PHP-generated HTML page?
Some times your site contents loads, some time it shows a captcha. Check with your Hosting provider to understand.

Firebase auth with signInWithPopup not working on mobile device

I have a problem with the firebase.auth().signInWithPopup() function it works perfectly in the browser but on a real mobile device its not working at all. The popup opens for a quick second but then quickly closes. I think the problem might be with the OAuth redirect domains settings, because a device dosen't have a domain name. Does any of you have a solution for this ?
Currently Firebase v3 dosen't support firebase.auth().signInWithPopup() and firebase.auth().signInWithRedirect() on mobile devices until then the solution is to use firebase.auth().signInWithCredential().

why my website not showing in windows phone browser?

I deployed my website with WordPress and updated my time early time ago, after updating my site showing in android and windows very good but in a windows phone browser it is not showing; it is a big question for me why this problem happened???
my site URL: http://kookarnik.com
OK. this is how you can resolve it.
List item
login to admin panel
disable all plugins.
see you site is working.
if it is working enable plugins one by one. you can find who can crete the cause. update perticuler plugin on use alternative.
same time try with different windows mobile also. problem can be in browser as well

android browser downloadfile.bin (wordpress cf7)

i got a little problem with a wordpress site that uses contact form 7 and android browser (at least android v1.5).
when a user submits the cf7 form (using ajax followed by a js redirect) and tries to return to the forms page later (using the back button as well as opening the form's url) the download prompt for a 'downloadfile.bin' appears.
this behavior can not be reproduced on any other mobile or desktop browsers.
could anyone shed some light on this issue?
thank you in advance!

Resources