Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-06-22 14:44:38 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
87915110e43ab3e239be06b5f3a7b226d5b437c9
87915110
1 parent
59e1279f
minor fix
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
1 deletions
.DS_Store
SwiftWarplyFramework/.DS_Store
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
.DS_Store
View file @
8791511
No preview for this file type
SwiftWarplyFramework/.DS_Store
View file @
8791511
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
8791511
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
View file @
8791511
...
...
@@ -27,7 +27,7 @@ import WebKit
webview
.
configuration
.
userContentController
.
add
(
self
,
name
:
"Cosmote"
)
}
func
userContentController
(
_
userContentController
:
WKUserContentController
,
didReceive
message
:
WKScriptMessage
)
{
public
func
userContentController
(
_
userContentController
:
WKUserContentController
,
didReceive
message
:
WKScriptMessage
)
{
print
(
"=== event callback ==="
)
print
(
message
.
name
,
message
.
body
)
print
(
"=== event callback ==="
)
...
...
Please
register
or
login
to post a comment