Showing questions for topic:

wunderground website breaking

Hello. The PWS dashboard is not loading data and showing a blank screen on Firefox for Android (normal tab). It works fine on private tabs and other browsers. It is a com… (kàsi)

Hello. The PWS dashboard is not loading data and showing a blank screen on Firefox for Android (normal tab). It works fine on private tabs and other browsers. It is a compatibility issue with Firefox's Total Cookie Protection blocking the PWS API data request. Please check the website's data tracking structure to fix this compatibility bug.

Open 1

when Google share links are sent to me, they won't open in Firefox. I have to copy and paste the entire uRL and open Chrome in order to view them

when Google share links are sent to me, they won't open in Firefox. I have to copy and paste the entire uRL and open Chrome in order to view them on my android device. Pi… (kàsi)

when Google share links are sent to me, they won't open in Firefox. I have to copy and paste the entire uRL and open Chrome in order to view them on my android device. Pixel 9

Open 4 36

Firefox for Android issue that only affects one website?

I'm trying to troubleshoot a strange issue on a website I manage. Everything works as expected in Chrome on Android, but in Firefox for Android some users report layout a… (kàsi)

I'm trying to troubleshoot a strange issue on a website I manage. Everything works as expected in Chrome on Android, but in Firefox for Android some users report layout and image-loading problems that I haven't been able to reproduce consistently on my own devices. I've already checked caching, responsive design, and basic CSS issues, but the reports keep coming in. Has anyone dealt with a similar Firefox-specific issue before, and what ended up being the cause?

Open

Firefox for Android issue that only affects one website?

I'm trying to troubleshoot a strange issue on a website I manage. Everything works as expected in Chrome on Android, but in Firefox for Android some users report layout a… (kàsi)

I'm trying to troubleshoot a strange issue on a website I manage. Everything works as expected in Chrome on Android, but in Firefox for Android some users report layout and image-loading problems that I haven't been able to reproduce consistently on my own devices. I've already checked caching, responsive design, and basic CSS issues, but the reports keep coming in. Has anyone dealt with a similar Firefox-specific issue before, and what ended up being the cause?

Open

Newspaper Reading..

Hi, my local news paper is publishing an on line version.. requires me to zoom & scroll.. but on Firefox Android version when I zoom & scroll, after I remove my f… (kàsi)

Hi, my local news paper is publishing an on line version.. requires me to zoom & scroll.. but on Firefox Android version when I zoom & scroll, after I remove my finger from the screen, the display reverts to top left corner of the image... The zoom & scroll function works perfectly on Google Chrome... Link. But needs a subscription... https://edition.pagesuite-professional.co.uk/html5/reader/production/default.aspx?pubname=Largs%20and%20Millport%20News&edid=f3655f15-2611-47a7-839b-694ef61e9fb2

Open

Many websites, including but not exclusively banking sites, just do not work. It is impossible to log in so I have to use Chrome.

Reporting (via the browser) websites that will not let me log in using Firefox has had no effect so I have given up. I use Chrome for any sites that don't work on Firefox… (kàsi)

Reporting (via the browser) websites that will not let me log in using Firefox has had no effect so I have given up. I use Chrome for any sites that don't work on Firefox. I am just leaving this here because I was asked for feedback.

Open 1 36

When the system language is set to Chinese and the search engine is Bing, the search suggestions displayed when typing in Chinese appear as garbled text

When using Bing as the search engine, typing in Chinese returns garbled text and malformed URL suggestions. This also occurs when visiting bing.com directly and typing in… (kàsi)

When using Bing as the search engine, typing in Chinese returns garbled text and malformed URL suggestions. This also occurs when visiting bing.com directly and typing in Chinese into the search box; however, English input works perfectly fine. Other search engines (such as Google, Baidu, DuckDuckGo) do not have this issue. The problem is specific to Firefox—it does not occur on Chrome. I have tried reinstalling Firefox and clearing all data, but the issue persists. However, it disappears when I use an extension to spoof Firefox's user agent to mimic Chrome。However, extensions cannot be used on the homepage, so this issue is essentially unfixable

Open 2 36

gmail. com not working keeps shuddering and god to blank page happens on obile and also magicpad2 and 6 any suggestions for a fix would be grateful

My magic 6 phone and pad2 stopped working with Gmail. Com keep shuddering and blank page where text should be also now happening on Samsung tablet so not the devices mu… (kàsi)

My magic 6 phone and pad2 stopped working with Gmail. Com keep shuddering and blank page where text should be also now happening on Samsung tablet so not the devices must be the g mail. Com help would be appreciated

Open 46

baidunetdisk's external link can not work to open its app

here is the example link https://pan.baidu.com/s/1MxqasHZLNhlYwnRmfB5j2g?fm=0-3-android-0-go 提取码: 8c4z other link like bilibili.com works well,how can i solve it? … (kàsi)

here is the example link

https://pan.baidu.com/s/1MxqasHZLNhlYwnRmfB5j2g?fm=0-3-android-0-go 提取码: 8c4z

other link like bilibili.com works well,how can i solve it?

Open 36

Can't log into Amazon on mobile

I've been having an issue for months where I cannot use Amazon on the Firefox mobile browser. Amazon redirect links won't open in the app and I can't use the browser vers… (kàsi)

I've been having an issue for months where I cannot use Amazon on the Firefox mobile browser. Amazon redirect links won't open in the app and I can't use the browser version of Amazon because whenever I try to log in, it just opens up another tab prompting me to log in. Endlessly.

Ive ceared all browsing data (cookies, cache, site data) Set cookies to "Ask to allow" Disabled Enhanced Tracking Protection for Amazon Set "Open links in apps" to "Always" in Firefox settings Verified Amazon app is set as default for Amazon links in Android system settings (Open by default → Open supported links is enabled) Reinstalled both Firefox and the Amazon app Tested on other browsers (Samsung Internet works fine with the same links)

When I tap an amzn.to link, screen flashes white briefly (like it's trying to open the app), then dumps me into a new browser tab When I try to log into Amazon in Firefox, I enter credentials, hit login, and it immediately opens a new tab asking me to log in again. infinite loop The "Need Help" link on Amazon's login page successfully opens the Amazon app, so app handoff does work I guess, just not in any useful way that I've been able to find.

Open 18

Is it normal that cookies with sameSite strict are not sent with a window.reload on android

When going to immich public proxy (as an example) from a link from another app, the Set-Cookie header is set but when performing the window.reload the cookies are not sen… (kàsi)

When going to immich public proxy (as an example) from a link from another app, the Set-Cookie header is set but when performing the window.reload the cookies are not sent within the request.

See code : https://github.com/alangrainger/immich-public-proxy/blob/main/app/views/password.ejs#L49-L69

Reproduction steps : - have a link inside an app - click link - on site perform a request that returns a Set-Cookie header with sameSite=strict - perform a window.reload - check that cookie isn't sent

The same steps where performed on different browsers (Samsung Browser, Firefox on windows) but all of them sent the cookies allowing the authentication.

Is the behavior wanted ? From ietf it seems that is not a normal behavior : https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-same-site-00#section-2.1

Open 36

Tabs don't render in desktop on tablet

I have a Samsung Galaxy S8+ tablet, UTD OS, using Firefox 150.0.1. The 'use desktop setting' is on, but most pages don't render in the desktop and are so skewed, they're … (kàsi)

I have a Samsung Galaxy S8+ tablet, UTD OS, using Firefox 150.0.1. The 'use desktop setting' is on, but most pages don't render in the desktop and are so skewed, they're impossible to view. I've turned the setting off and it makes zero difference. I understand Firefox was changed to always render in desktop mode on tablets sometime last year, but it's not working and I'm at a loss. I don't want to switch to a different browser, but I've tried everything I can think of at this point. If anyone has a suggestion or fix short of switching, I'm all ears. Thank you.

Open 63

chatgpt.com shows a blank page in Firefox for Android depending on the “Open links in apps” setting and whether the ChatGPT app is installed

I am using Firefox for Android. I normally use ChatGPT in Firefox instead of the Android ChatGPT app. I found a reproducible issue with chatgpt.com and the Firefox settin… (kàsi)

I am using Firefox for Android. I normally use ChatGPT in Firefox instead of the Android ChatGPT app.

I found a reproducible issue with chatgpt.com and the Firefox setting “Open links in apps”.

Steps to reproduce:

1. Install the official ChatGPT Android app. 2. Open Firefox for Android. 3. Go to Settings > Open links in apps. 4. Set it to “Never”. 5. Open https://chatgpt.com.

Actual result: The website connects, but the page content is blank.

6. Change “Open links in apps” to “Ask before opening”. 7. Open https://chatgpt.com again. 8. When Firefox asks whether to open the external ChatGPT app, tap “Cancel”.

Actual result: The ChatGPT website loads normally inside Firefox.

Then I uninstalled the ChatGPT Android app.

After uninstalling the app, Firefox no longer shows the external-app prompt. However, chatgpt.com becomes a blank page again, regardless of whether “Open links in apps” is set to “Never” or “Ask before opening”.

Expected result: If “Open links in apps” is set to “Never”, or if I tap “Cancel” on the external-app prompt, chatgpt.com should load normally in Firefox.

This looks like a Firefox for Android compatibility issue with Android App Links / external app handling for chatgpt.com. It may also involve the website fallback behavior, but the blank page seems to depend on Firefox’s external-link setting.

Additional information: - Device: Pixel 8 Pro

Open 1 45

page refreshes while filling forms

While filling a form in a web page, and switch to another application for data fetching, the web page simply reloads itself making it a huge burden to fill in all the det… (kàsi)

While filling a form in a web page, and switch to another application for data fetching, the web page simply reloads itself making it a huge burden to fill in all the detail. While this does not happen in opera.

Open 1 18

idk why the sites on this app is not working properly

I've installed Firefox cause I get to know it's not chromium based, It seems fun but the sites are not loading properly, google search is not functioning normally like th… (kàsi)

I've installed Firefox cause I get to know it's not chromium based, It seems fun but the sites are not loading properly, google search is not functioning normally like the ai mode or the ai summary you get It's not working and site are taking too much time to load I've only installed the recommended extensions maybe that could be the reason but I don't know and you guys should improve the UI make more character to it that's all you guys are doing great best regards

Open 1 63