Skip to content

Commit

Permalink
Update ReactController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanDoggie committed Feb 7, 2022
1 parent 7863242 commit d40ab2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Sources/ReactController/ReactController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,12 @@ extension ReactController {
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
\(meta_string.joined(separator: "\n"))
<style>
html,
body {
height: 100%;
height: 100vh;
}
body {
overflow: hidden;
Expand Down Expand Up @@ -206,12 +205,11 @@ extension ReactController {
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
<style>
html,
body {
height: 100%;
height: 100vh;
}
body {
overflow: hidden;
Expand Down

0 comments on commit d40ab2d

Please sign in to comment.