You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, you need to add a line of code. In the in_app_webiew_example.screen.dart file, line 93, in the build method, add the following code:
SystemChannels.platform_views.invokeMethod('synchronizeToNativeViewHierarchy', false);
I verified that 3.24.5 and 3.27.1, one is normal and the other is abnormal.
@OverRide
Widget build(BuildContext context) {
SystemChannels.platform_views.invokeMethod('synchronizeToNativeViewHierarchy', false);
return Scaffold(
appBar: AppBar(title: Text("InAppWebView")),
drawer: myDrawer(context: context),
Please help confirm it as soon as possible.
Use branch: 6.1.5
However, you need to add a line of code. In the in_app_webiew_example.screen.dart file, line 93, in the build method, add the following code:
SystemChannels.platform_views.invokeMethod('synchronizeToNativeViewHierarchy', false);
I verified that 3.24.5 and 3.27.1, one is normal and the other is abnormal.
Stacktrace/Logs
none
Flutter version
3.27.1
Operating System, Device-specific and/or Tool
android
Plugin version
v6.0.0 - v6.1.5
Additional information
none
Self grab
I'm ready to work on this issue!
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I found a demo,
github:
https://github.com/pichillilorenzo/flutter_inappwebview.git
Use branch: 6.1.5
Use branch: 6.1.5
However, you need to add a line of code. In the in_app_webiew_example.screen.dart file, line 93, in the build method, add the following code:
SystemChannels.platform_views.invokeMethod('synchronizeToNativeViewHierarchy', false);
I verified that 3.24.5 and 3.27.1, one is normal and the other is abnormal.
@OverRide
Widget build(BuildContext context) {
SystemChannels.platform_views.invokeMethod('synchronizeToNativeViewHierarchy', false);
return Scaffold(
appBar: AppBar(title: Text("InAppWebView")),
drawer: myDrawer(context: context),
Please help confirm it as soon as possible.
Expected Behavior
Web display is normal
Steps with code example to reproduce
use github:
https://github.com/pichillilorenzo/flutter_inappwebview.git
Use branch: 6.1.5
However, you need to add a line of code. In the in_app_webiew_example.screen.dart file, line 93, in the build method, add the following code:
SystemChannels.platform_views.invokeMethod('synchronizeToNativeViewHierarchy', false);
I verified that 3.24.5 and 3.27.1, one is normal and the other is abnormal.
Stacktrace/Logs
none
Flutter version
3.27.1
Operating System, Device-specific and/or Tool
android
Plugin version
v6.0.0 - v6.1.5
Additional information
none
Self grab
The text was updated successfully, but these errors were encountered: