fixed docs link

This commit is contained in:
Lorenzo Pichilli 2022-10-14 14:29:01 +02:00
parent d93da50656
commit 2a94a748aa
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Migrating from version `5.x.x` is easy! Follow the online [Migration guide](http
## Articles/Resources ## 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**. - 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/) - [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/) - Find open source projects on the [Official Showcase page: inappwebview.dev/showcase](https://inappwebview.dev/showcase/)

View File

@ -16,7 +16,7 @@ import 'in_app_localhost_server/main.dart' as in_app_localhost_server_tests;
void main() { void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized(); IntegrationTestWidgetsFlutterBinding.ensureInitialized();
if (defaultTargetPlatform == TargetPlatform.android) { if (!kIsWeb && defaultTargetPlatform == TargetPlatform.android) {
InAppWebViewController.setWebContentsDebuggingEnabled(true); InAppWebViewController.setWebContentsDebuggingEnabled(true);
} }