Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
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
mobile-group
galaxy-iOS
Commits
13c5b75d
Commit
13c5b75d
authored
Oct 16, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
几处细节优化
parent
c68aa674
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
YHHomeWebViewController.swift
.../Classes/Modules/Home(首页)/C/YHHomeWebViewController.swift
+1
-1
YHH5WebViewVC.swift
.../Classes/Modules/InteractionH5(与H5交互)/YHH5WebViewVC.swift
+0
-1
YHJsApi.swift
...galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
+8
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeWebViewController.swift
View file @
13c5b75d
...
...
@@ -7,7 +7,7 @@
//
import
UIKit
import
WebKit
@preconcurrency
import
WebKit
import
Photos
import
dsBridge
...
...
galaxy/galaxy/Classes/Modules/InteractionH5(与H5交互)/YHH5WebViewVC.swift
View file @
13c5b75d
...
...
@@ -184,7 +184,6 @@ private extension YHH5WebViewVC {
gk_backImage
=
myDefaultBackImage
if
isHideNavigationBar
{
// gk_navBarAlpha = 0.0
isFullScreenFlag
=
true
//导航栏隐藏的情况下强制通屏
}
else
{
...
...
galaxy/galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
View file @
13c5b75d
...
...
@@ -18,6 +18,14 @@ class YHJsApi: NSObject {
}
extension
YHJsApi
{
//18、导航栏高度 - 安卓还没实现 后续在考虑放出去
@objc
func
appNavigationHeightAsyn
(
_
arg
:
Any
,
handler
:
@escaping
JSCallback
)
{
DispatchQueue
.
main
.
async
{
let
height
=
String
(
format
:
"%.2f"
,
k_Height_NavigationtBarAndStatuBar
)
handler
(
height
,
true
)
}
}
//17、 H5调用app的分享
@objc
func
shareH5Syn
(
_
dicData
:
String
)
{
DispatchQueue
.
main
.
async
{
...
...
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