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!
Related
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.
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.
I'm hoping someone can help me with this. I have the code for the Facebook Page Plugin (generated here: https://developers.facebook.com/docs/plugins/page-plugin) in the sidebar of my WordPress site. You can see it here: http://www.rosekeating.com/ (bottom of the sidebar)
In Chrome (Windows and Mac) it is slow to load, but displays fine. It also works in Safari. But in Firefox and IE, it displays as a blockquote that says "Rose Keating Career Consulting" and the actual Facebook plugin never loads and hides the blockquote.
I can't seem to figure out the issue? Thanks in advance for help...
I know this is an old thread, but I just encountered this same Facebook plugin problem today with Firefox 53.0 (32-bit). For me, the fix was to disable Firefox tracking protection for private windows:
Tools->Options->Privacy->UNCHECK 'Use Tracking Protection in Private Windows'
Are you perhaps logged in on Chrome on Facebook?
Just had the same issue. Problem was that the page I wanted to use in the Page Plugin was hidden for anonymous users (users that are not logged in to Facebook).
So in Chrome I am logged in by default on Facebook, and I could see the plugin. But in IE I wasn't so the plugin wasn't visible to me.
I am using Drupal 7 i am using Ajax Registration module. it is working fine all pages But not working on Home Page.
Here is Link ot website click Here
Now here we have login on Top left side when it clicked it redirect to login page but it is supposed to open a popup like all other pages
Anybody have idea about this
Thanks
I guess you are using development version of that module Please use recommended one it will work fine . As it will work fine on my machine too
I have created a Login webpage in asp.net with oracle as back end. Its kind of portal thing.
When I am loading the web page in laptop browser its completely fine.
When I am loading the web page in mobile browser its loading as normal with no problems.
But I want to load the page with a customized view when browsed in iPhone/mobile . Can anyone give me idea how to do it please?
Example: when facebbook.com loads in iphone it uses the same databse but completely different view than in desktop.
Thank you
The best way I find to do this is to add a separate mobile site (e.g. m.domain.com), and have mobile browsers redirect to this.
For adding a seperate mobile site, this guide seems to explain it very well.