Andreigr0
Andreigr0
You can implement your own `Dio` for this purpose: Example ```dart import 'dart:async'; import 'dart:convert'; import 'dart:math' as math; import 'dart:typed_data'; import 'package:dio/adapter.dart'; import 'package:dio/adapter_browser.dart'; import 'package:dio/dio.dart'; //ignore: implementation_imports import...
It's still there on version 3.0.0-alpha.5
@adar2378 this works, yes, but I think it should work as described in the first message using `RedirectRoute`s
В дебаг воспроизводится, но шанс встретить 1/4 примерно
https://github.com/flutter/flutter/issues/104540 this issue is still here on Flutter 3.3.4 😕
And what about mobile browsers? I don't see native text selection tool there on Beta channel Also I'm not sure where to write it, but `SelectionArea` doesn't react to Shift...
Used such workaround, seems to be working Version 3.0.0-alpha5 ```dart class AppHtmlView extends StatelessWidget { final String html; final EdgeInsets? margin; final TextAlign? textAlign; const AppHtmlView({ super.key, required this.html, this.margin,...
It is still the issue. Is it on the list to be implemented? 4 years have passed since then..
Same with version 3.4.0/CLI 2.6.0, there was no such issue in version 2 (2.0.2)
> Out of curiosity, which platform did you test this on? macOS 14.4.1