Gabriel Rodríguez

Results 69 comments of Gabriel Rodríguez

Would anyone be willing to support newer Android versions?

Steps to reproduce: 1. Start dragging something (hold down the mouse) 2. Press Alt+Tab as many times as requried to switch to another window 3. Release the mouse to drop...

I can reproduce this issue as well. It is very annoying.

The [/e/](https://e.foundation) fork of K-9 Mail incorporates a more modern design, maybe that one could be made upstream? Edit: Added screenshot ![/e/'s fork of K-9 Mail](https://user-images.githubusercontent.com/24363938/115647934-48a8c880-a2ea-11eb-97c0-09ed64ddb4e4.png)

I can reproduce this very consistently on Google Flights.

# Workaround on Android? Dart to JS (passing arguments): ``` if (UniversalPlatform.isAndroid) { jsonString = jsonString.replaceAll('\\n', '\\\\n'); } ``` JS to Dart (returning): ``` if (UniversalPlatform.isAndroid) { json = json.replaceAll('\\\\n',...

https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp Maybe with CSS?

This is a **breaking change** on Android when non-Strings are returned from JS.