Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control panel flashes at iOS and iPadOS 18.3 #2306

Open
MonikaHost opened this issue Dec 19, 2024 · 7 comments
Open

Control panel flashes at iOS and iPadOS 18.3 #2306

MonikaHost opened this issue Dec 19, 2024 · 7 comments
Milestone

Comments

@MonikaHost
Copy link

(Please fill out the issue template with your details)

Expected Behavior

Actual Behavior

Specifications

  • Chromium: (i.e. 64.0.3282.140)
  • TM: (i.e. 4.5.5648)
  • OS: (i.e. MacOS 10.13.4)

Script

(Please give an example of the script if applicable.)

// ==UserScript==
// @name MyName
// @namespace http://mywebsite.com
// @Version 1.0
// @description try to take over the world!
// @author Me
// @match http://mywebsite.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @include https://mywebsite.com/*
// @grant none
// ==/UserScript==
@MonikaHost
Copy link
Author

Uploading ScreenRecording_12-19-2024 08-05-38_1.mp4…

@derjanb
Copy link
Member

derjanb commented Dec 19, 2024

Your screen recording was not uploaded. Please retry.

@TYRS0
Copy link

TYRS0 commented Dec 27, 2024

I think i have the same issue. I am on an Iphone 13 IOS 18.3
https://github.com/user-attachments/assets/d904cff8-88a0-4277-8e3a-565200cfc318

@Qiaofanxing
Copy link

Qiaofanxing commented Jan 3, 2025

I have the same issue, on ipad OS 18.3(22D5034e).
My iphone (18.2) is normal.
The issue observed is as follows: The settings page of the extension keeps reloading repeatedly, appearing as constant flickering. After flickering for a long time, the console page eventually appears, but it is impossible to import any configuration files or scripts. Any attempt to perform an action results in infinite flickering.

@BranGao
Copy link

BranGao commented Jan 12, 2025

I have same issue, every extension control panel can’t open. “Immersive transition” recently updated and I can enter its settings page.

@derjanb derjanb changed the title Opening the control panel in the latest version of iPad os will flash, or it may be the reason for the ios beta, I'm not too sure. Control panel flashes at iOS and iPadOS 18.3 Jan 12, 2025
@derjanb
Copy link
Member

derjanb commented Jan 12, 2025

I'm updating my iPad to 18.3 currently to reproduce the issue.

@derjanb
Copy link
Member

derjanb commented Jan 15, 2025

This is a funny iOS 18.3 Safari bug. Setting document.title or starting communication with the background page earlier than ~200ms after page load makes the page force reload. 🤷

I'll add a workaround to the next release.

@derjanb derjanb added this to the 5.4 milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants