Skip to content

Commit eed3a3b

Browse files
author
rin.lv
committed
fixed by comment #523
1 parent 4751af4 commit eed3a3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools"
33
package="com.flutter_webview_plugin">
4+
<uses-sdk android:minSdkVersion="16" />
45

56
<application>
67
<provider

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';
77
const kAndroidUserAgent =
88
'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Mobile Safari/537.36';
99

10-
String selectedUrl = 'https://damp-coast-35782.herokuapp.com';
10+
String selectedUrl = 'https://flutter.io';
1111

1212
// ignore: prefer_collection_literals
1313
final Set<JavascriptChannel> jsChannels = [

0 commit comments

Comments
 (0)