wisnuwiry / flutter_web_frame

Make Limit content size in Flutter Web/Desktop/PWA, Make your app that doesn't support responsiveness more focused on content. Demo: https://flutter-web-frame.vercel.app
https://pub.dev/packages/flutter_web_frame
MIT License
16 stars 9 forks source link

TextField's cursor offset is weired. #13

Open inho1213 opened 4 months ago

inho1213 commented 4 months ago

Hello there.

It started from below issue: https://github.com/flutter/flutter/issues/145884

I recognized that this issue's root cause is FlutterWebFrame. When I remove FlutterWebFrame, cursor offset works fine.

inho1213 commented 4 months ago

When I remove code devicePixelRatio: size.width / size.height, from FrameContent's 35 line temporarily, it seems to work fine.