mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge branch 'feat/edge-to-edge' into feat/edge-to-edge-back-invoker
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user