Skip to content

Commit

Permalink
Merge branch 'master' into ios-background-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahFaqeir authored Nov 9, 2024
2 parents 08b795a + c817069 commit b9c776e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ public TiUIWebView(TiViewProxy proxy)
TiCompositeLayout.LayoutParams params = getLayoutParams();
params.autoFillsHeight = true;
params.autoFillsWidth = true;
params.height = TiCompositeLayout.LayoutParams.MATCH_PARENT;
params.width = TiCompositeLayout.LayoutParams.MATCH_PARENT;

setNativeView(webView);
}
Expand Down

0 comments on commit b9c776e

Please sign in to comment.