Merge branch 'feat/edge-to-edge' into feat/edge-to-edge-back-invoker

This commit is contained in:
Osei Fortune
2025-11-04 18:39:51 -04:00
7 changed files with 370 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 {