Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emiMobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emiMobile
Commits
72cb3116
Commit
72cb3116
authored
Aug 27, 2026
by
Mac Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
height fix for ios
parent
448ace4a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
6 deletions
+16
-6
emiMobileServer.ini
emiMobileServer/bin/emiMobileServer.ini
+3
-3
View.Main.html
webEMIMobile/View.Main.html
+1
-1
app.css
webEMIMobile/css/app.css
+10
-0
index.html
webEMIMobile/index.html
+2
-2
No files found.
emiMobileServer/bin/emiMobileServer.ini
View file @
72cb3116
[Settings]
[Settings]
LogFileNum
=
746
LogFileNum
=
105
webClientVersion
=
9.4.0
webClientVersion
=
9.4.0
[Database]
[Database]
Server
=
192.168.102.10
--
Server
=
192.168.102.10
--Server
=
192.168.74.10
Server
=
192.168.56.129
Port
=
5432
Port
=
5432
--Port
=
5433
--Port
=
5433
Database
=
lems_wcso
Database
=
lems_wcso
...
...
webEMIMobile/View.Main.html
View file @
72cb3116
<div
class=
"d-flex flex-column vh-100"
>
<div
class=
"d-flex flex-column vh-100"
>
<!-- Top Nav -->
<!-- Top Nav -->
<nav
class=
"navbar navbar-light bg-primary border-light text-light py-2 flex-shrink-0"
>
<nav
id=
"top_nav"
class=
"navbar navbar-light bg-primary border-light text-light py-2 flex-shrink-0"
>
<div
class=
"container-fluid"
>
<div
class=
"container-fluid"
>
<!-- App title + current view title -->
<!-- App title + current view title -->
...
...
webEMIMobile/css/app.css
View file @
72cb3116
...
@@ -70,6 +70,16 @@ html, body {
...
@@ -70,6 +70,16 @@ html, body {
overflow
:
hidden
;
overflow
:
hidden
;
}
}
/* iOS safe area: absorb status bar into top nav, home indicator into bottom nav */
@supports
(
padding-top
:
env
(
safe-area-inset-top
))
{
#top_nav
{
padding-top
:
calc
(
0.5rem
+
env
(
safe-area-inset-top
));
}
#bottom_nav
{
padding-bottom
:
calc
(
0.5rem
+
env
(
safe-area-inset-bottom
));
}
}
.tab-hidden
{
display
:
none
!important
;
}
.tab-hidden
{
display
:
none
!important
;
}
...
...
webEMIMobile/index.html
View file @
72cb3116
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<meta
content=
"width=device-width, initial-scale=1"
name=
"viewport"
/>
<meta
content=
"width=device-width, initial-scale=1
, viewport-fit=cover
"
name=
"viewport"
/>
<noscript>
Your browser does not support JavaScript!
</noscript>
<noscript>
Your browser does not support JavaScript!
</noscript>
<link
href=
"data:;base64,="
rel=
"icon"
/>
<link
href=
"data:;base64,="
rel=
"icon"
/>
<title>
emiMobile
</title>
<title>
emiMobile
</title>
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<link
crossorigin=
"anonymous"
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css"
rel=
"stylesheet"
/>
<link
crossorigin=
"anonymous"
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css"
rel=
"stylesheet"
/>
<!-- App -->
<!-- App -->
<script
src=
"
$(ProjectName)
.js"
type=
"text/javascript"
></script>
<script
src=
"
webEmiMobile
.js"
type=
"text/javascript"
></script>
<!-- App styles -->
<!-- App styles -->
<style></style>
<style></style>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment