Justin McCandless

Results 39 issues of Justin McCandless

It's possible to see the text selection handle flashing in and out of the "loupe" magnifying glass on Android. On native Android, the text selection handle is never visible in...

a: text input
platform-android
framework
engine
a: fidelity
has reproducible steps
P4
found in release: 3.6

This PR provides an API to disable (and re-enable) the browser's context menu on web. It also shows EditableText's context menu on web when the browser's context menu is disabled....

a: text input
framework
f: material design
will affect goldens

I wrote InteractiveViewer in https://github.com/flutter/flutter/pull/56409 to support rotation, but I removed the feature to speed up development. I plan to revisit it and finish the rotation feature. The part that...

framework
proposal
passed first triage
P5

I'm unable to run the experimental/pedometer app on a local emulator (iOS or Android). Is it missing some files that should be checked in? ``` Expected ios/Runner.xcodeproj but this file...

On Android, you can use [Linkify](https://developer.android.com/reference/android/text/util/Linkify) to turn URLs in some text into tappable links. Swift can also do this with its [link property](https://developer.apple.com/documentation/foundation/nsattributedstring/key/1535719-link) on NSAttributedString. This PR attempts to...

a: text input
team
framework
d: api docs
d: examples
documentation
customer: chalk (g3)

This PR aims to support Android's predictive back gesture when the nav stack is flat. So the goals for this PR are: 1. Back gestures use the native predictive back...

team
platform-android
framework
f: material design
d: api docs
d: examples
f: routes
documentation

Following up on https://github.com/flutter/engine/pull/39208 and https://github.com/flutter/engine/pull/42789, which added predictive back support for FlutterActivity. My test app for this is: https://github.com/justinmc/flutter-add-to-app I tried this both with the Flutter app as the...

platform-android

Reverts https://github.com/flutter/flutter/pull/143954 (originally https://github.com/flutter/flutter/pull/143281, CC @LongCatIsLooong). It's causing some crashes that seem to be coming from this line: https://github.com/flutter/flutter/blob/e11b5f3cc20abf555e595944acfb295e92182481/packages/flutter/lib/src/painting/text_painter.dart#L1472 I would try to fix the underlying problem, but it's not...

a: text input
framework
f: material design
f: cupertino
d: api docs
d: examples

| Problem | Before | After | | --- | --- | --- | | Width | | | | Overflow | ![Screenshot from 2024-06-07 13-39-45](https://github.com/flutter/flutter/assets/389558/8a24c87a-2b5e-4bdc-8347-339d850f5a82) | ![Screenshot from 2024-06-07...

framework
f: material design
will affect goldens

Can't seem to get this to work solidly with jquery mobile, specifically ajax page navigation on iOS. The button does not fully react to touch (changing color), and the page...

Bug