flutter webview scroll 안되는 경우 gestureRecognizers: gestureRecognizers, 추가 해서 되었다

  final Set<Factory> gestureRecognizers = [Factory(() => EagerGestureRecognizer())].toSet();<b></b></i>
    return new Scaffold(
      //   title: appTitle,
      body: new NestedScrollView(
        headerSliverBuilder: (BuildContext context, bool innerBoxIsScrolled) {
          return <Widget>[
            headerNavCal(context),
          ];
        },
        // controller: _scrollController,
        body: Builder(builder: (BuildContext context) {
          return WebView(

            initialUrl: 'https://www.naver.com/',

            javascriptMode: JavascriptMode.unrestricted,
           <b> gestureRecognizers: gestureRecognizers,<i></i></b>


          );
        })

      ),
      //bottomNavigationBar: bottomBar(),

      backgroundColor: Colors.white,
    );

댓글

이 블로그의 인기 게시물

자바 string 비교 할때 equlas 를 사용하자

jqgrid 에서 export execl 붙이기