Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Issue #6966 [Status bar overlap on iPads using Tailwind CSS] #7310

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
95e0988
IOS Header overlap with UI resloved with tailwind CSS component in Ap…
Xeno-Tek Oct 11, 2024
993afc2
Fix header overlap with UI on iOS devices.
Xeno-Tek Oct 11, 2024
1015efc
Updated the map to extend into safe area insets space, moved the zoom…
Xeno-Tek Oct 14, 2024
87c0ebd
tailwind.config.cjs: Removed redundant iOS Code for iPad.
Xeno-Tek Oct 14, 2024
0868847
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 14, 2024
52672f1
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 14, 2024
d3dff36
Add CapacitorShare pod dependency
Xeno-Tek Oct 14, 2024
5af2289
Reverted Podfile.lock
Xeno-Tek Oct 14, 2024
0c4040c
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 14, 2024
c14b602
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 14, 2024
907fb16
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 14, 2024
5c9e44e
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 14, 2024
63a1a3b
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 16, 2024
0811d55
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 16, 2024
698053e
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 16, 2024
46970e8
index.css: Applied root and utlities from main.tsx to index.css.
Xeno-Tek Oct 16, 2024
4c36612
Deleted mockserver/package-lock.json
Xeno-Tek Oct 16, 2024
10ff2e7
ZoomControls.tsx: Removed unused imports.
Xeno-Tek Oct 16, 2024
341b05e
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 17, 2024
51cc915
Merge branch 'master' into issue-#6966-Branch
Xeno-Tek Oct 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mobileapp/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ DEPENDENCIES:
- "CapacitorCordova (from `../../node_modules/.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios`)"
- "CapacitorShare (from `../../node_modules/.pnpm/@capacitor+share@6.0.2_@capacitor+core@6.0.0/node_modules/@capacitor/share`)"


Xeno-Tek marked this conversation as resolved.
Show resolved Hide resolved
EXTERNAL SOURCES:
Capacitor:
:path: "../../node_modules/.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios"
Expand Down
Loading