-
Notifications
You must be signed in to change notification settings - Fork 0
/
enable-google-voice-typing.html
43 lines (26 loc) · 1.61 KB
/
enable-google-voice-typing.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Enable Google Voice Typing</title>
<link rel="stylesheet" href="css/delivery-tip-tracker-instructions.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>When trying to use <b><font color='#E03C68'>Voice input</font></b>, you may get the following error message: "You must have Google Voice Typing enabled on your device".
Following the steps below may solve this problem.</p>
<br />
<p>1) In your device's Settings app, locate the "Manage on-screen keyboards" section. Ensure that "Google voice typing" is enabled:</p>
<img class="img-no-caption" src="img/enable-google-voice-typing/1.png"/>
<p>2) In your device's Settings app, locate the "Default digital assistant app" section. Ensure that "Google" is selected:</p>
<img class="img-no-caption" src="img/enable-google-voice-typing/2.png"/>
<p>3) If your device has Bixby, Alexa, or any other third-party digital assistant installed, locate the app's "Set as default" or "Open by default" screen. Once you've located it,
tap the "Clear defaults" button:</p>
<img class="img-no-caption" src="img/enable-google-voice-typing/3.png"/>
<p>4) Locate the "App info" screen for the Google app. Ensure that the Google app is enabled:</p>
<img class="img-no-caption" src="img/enable-google-voice-typing/4.png"/>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
</body>
</html>