fixed docs link
This commit is contained in:
parent
d93da50656
commit
2a94a748aa
|
@ -29,7 +29,7 @@ Migrating from version `5.x.x` is easy! Follow the online [Migration guide](http
|
|||
|
||||
## Articles/Resources
|
||||
|
||||
- [Official documentation: inappwebview.dev/docs](https://inappwebview.dev/docs/)
|
||||
- [Official documentation: inappwebview.dev/docs](https://inappwebview.dev/docs/intro)
|
||||
- Read the online [API Reference](https://pub.dartlang.org/documentation/flutter_inappwebview/latest/) to get the **full API documentation**.
|
||||
- [Official blog: inappwebview.dev/blog](https://inappwebview.dev/blog/)
|
||||
- Find open source projects on the [Official Showcase page: inappwebview.dev/showcase](https://inappwebview.dev/showcase/)
|
||||
|
|
|
@ -16,7 +16,7 @@ import 'in_app_localhost_server/main.dart' as in_app_localhost_server_tests;
|
|||
void main() {
|
||||
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
if (defaultTargetPlatform == TargetPlatform.android) {
|
||||
if (!kIsWeb && defaultTargetPlatform == TargetPlatform.android) {
|
||||
InAppWebViewController.setWebContentsDebuggingEnabled(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue