Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
voice-web
Commits
2c423706
Commit
2c423706
authored
Jun 16, 2017
by
Andre Natal
Browse files
point to final url
parent
88c66268
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ios/voicebank-ios-wrapper/ViewController.swift
ios/voicebank-ios-wrapper/ViewController.swift
+1
-1
No files found.
ios/voicebank-ios-wrapper/ViewController.swift
View file @
2c423706
...
...
@@ -27,7 +27,7 @@ class ViewController: UIViewController, WKScriptMessageHandler, WKNavigationDele
webView
?
.
configuration
.
userContentController
.
add
(
self
,
name
:
"scriptHandler"
)
webView
?
.
scrollView
.
isScrollEnabled
=
false
self
.
view
.
addSubview
(
webView
!
)
let
url
=
URL
(
string
:
"https://
test.mozvoice
.org/"
)
let
url
=
URL
(
string
:
"https://
voice.mozilla
.org/"
)
let
request
=
URLRequest
(
url
:
url
!
)
webView
?
.
load
(
request
)
// start the recorder object and ask permission to capture
...
...
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