Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -18,6 +18,7 @@ import SwiftEventBus | ... | @@ -18,6 +18,7 @@ import SwiftEventBus |
18 | public override func viewDidLoad() { | 18 | public override func viewDidLoad() { |
19 | super.viewDidLoad() | 19 | super.viewDidLoad() |
20 | 20 | ||
21 | + var campaignUrl = campaignUrl.addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed) | ||
21 | print("Webview url: " + campaignUrl) | 22 | print("Webview url: " + campaignUrl) |
22 | 23 | ||
23 | self.hidesBottomBarWhenPushed = true | 24 | self.hidesBottomBarWhenPushed = true | ... | ... |
-
Please register or login to post a comment