fluttercommunity / fluttercommunity/flutter_webview_plugin

Constraint error when clicking textbox inside webview

オープン
#397 コメント 7 件 リアクション 7 件 担当者 0 名 GitHub で見る
bug IOS
主要言語
Java
スター
1.5k
フォーク
938
PR マージ指標
30日以内にマージされた PR はありません

説明

final FlutterWebviewPlugin _webView = new FlutterWebviewPlugin();

If I call "_webView.launch(" it opens my company's login page, but if I click on the email textbox it displays this message on the terminal.
The app works fine, it just has that behavior every time you try to access a textbox.

For a more detailed help message, press "h". To detach, press "d"; to quit,
press "q".
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"=8)-| (active, names: '|':_UIButtonBarButton:0x7fa98ed4fc80 )>",
"=5)-[_UIModernBarButton:0x7fa98ed52c20] (active, names: '|':_UIButtonBarButton:0x7fa98ed525b0 )>",
"=5)-| (active, names: '|':_UIButtonBarButton:0x7fa98ed525b0 )>",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)

Will attempt to recover by breaking constraint
=8)-| (active, names: '|':_UIButtonBarButton:0x7fa98ed4fc80 )>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"=5)-[_UIModernBarButton:0x7fa98ed52c20] (active, names: '|':_UIButtonBarButton:0x7fa98ed525b0 )>",
"=5)-| (active, names: '|':_UIButtonBarButton:0x7fa98ed525b0 )>",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)

Will attempt to recover by breaking constraint
=5)-| (active, names: '|':_UIButtonBarButton:0x7fa98ed525b0 )>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)

Will attempt to recover by breaking constraint

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。