fix: edge handling

This commit is contained in:
Osei Fortune
2025-11-04 13:13:49 -04:00
parent 93f3578677
commit ce20233674
7 changed files with 369 additions and 509 deletions

View File

@@ -92,8 +92,7 @@ export class Frame extends FrameBase {
constructor() {
super();
this._android = new AndroidFrame(this);
this._defaultOverflowEdge = 1 << 4;
this._defaultOverflowEdgeValue = 'dont-apply';
this.androidOverflowEdge = 'ignore';
}
public static reloadPage(context?: ModuleContext): void {