質問編集履歴

2

コードの改変

2017/10/30 04:54

投稿

mob403
mob403

スコア17

test CHANGED
File without changes
test CHANGED
@@ -14,15 +14,15 @@
14
14
 
15
15
  webView.setWebChromeClient(new WebChromeClient() {
16
16
 
17
- @Override
17
+ @Override
18
18
 
19
- public void onGeolocationPermissionsShowPrompt(String origin, Callback callback) {
19
+ public void onGeolocationPermissionsShowPrompt(String origin, GeolocationPermissions.Callback callback) {
20
20
 
21
- callback.invoke(origin, true, false);
21
+ callback.invoke(origin, true, false);
22
22
 
23
- }
23
+ }
24
24
 
25
- });
25
+ });
26
26
 
27
27
  ```
28
28
 

1

画像追加

2017/10/30 04:54

投稿

mob403
mob403

スコア17

test CHANGED
File without changes
test CHANGED
@@ -25,3 +25,5 @@
25
25
  });
26
26
 
27
27
  ```
28
+
29
+ ![イメージ説明](7003f74199bef383af3509bafb72764f.png)