fix: edge handling

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

View File

@@ -93,8 +93,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 {