Jenn Magder
Jenn Magder
> Any update on this, iOS 16 is now showing dialog every time we paste to a Textfield. You mean the behavior is different from iOS 15?
@justinmc this is related to https://github.com/flutter/flutter/issues/98832 and https://github.com/flutter/engine/pull/24224, the keyboard toolbar is disabled because `canPerformAction:` for `paste:` and `cut:` are returning `NO` since scribble is enabled. https://github.com/flutter/engine/blob/9d784a8b0f77a40829ee38e5914cc9154f241bfb/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.mm#L1080-L1082
> I have taken a look at the two links but I'm still confused whether this issue is already fixed or not. It's not fixed, those links were a note...
@mraleph why is that missing the `WebKit` part of the stack? Why does it show 14 Flutter frames when the original shows 2, then some CoreFoundation, then another 13 frames?
cc @bparrishMines
This is available in 3.4.0-17.0.pre, see https://github.com/flutter/flutter/wiki/Where's-my-Commit%3F#finding-the-framework-commit-that-contains-engine-commit-x
The request would be to add a macOS sample version under https://github.com/flutter/samples/tree/main/add_to_app/prebuilt_module
@bkytes that's what this open issue is already tracking.
No update, but we take pull requests if you want to try adding it 🙂
Flutter itself has a compliant privacy manifest (as far as we are aware). If you're seeing `ITMS-91053: Missing API declaration - Your app’s code in the “Runner” file` it could...