Skip to content

华为mate30 手机弹出框无法显示AST #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
winnxiegang opened this issue Nov 19, 2019 · 3 comments
Closed

华为mate30 手机弹出框无法显示AST #37

winnxiegang opened this issue Nov 19, 2019 · 3 comments
Labels
question Further information is requested

Comments

@winnxiegang
Copy link

No description provided.

@winnxiegang
Copy link
Author

winnxiegang commented Nov 19, 2019

/// useName组件

  Widget _usePhoneWidget() {
    return Container(
      child: Row(
        children: <Widget>[
          Text(
            '密码',
            style: TextstyleUtils.LoginText,
          ),
          SizedBox(width: 10),
          Flexible(
            child: TextField(
             keyboardType: TextInputType.phone,//输入方式为密码 输入法弹出 有toast
              onChanged: (text) {
                //内容改变的回调
                ProviderUtils.Pro<LoginProvide>(context)?.setUsePhone('$text');
              },
              obscureText: true,
              decoration: InputDecoration(
                hintText: '请输入密码',
              ),
            ),
          )
        ],
      ),
    );
  }
}

@CaiJingLong
Copy link
Member

CaiJingLong commented Nov 19, 2019

Any log or screenshot?

@CaiJingLong
Copy link
Member

I don't know your problem. So I will close it.

If you have change of it. Please reopen the issue.

@CaiJingLong CaiJingLong added the question Further information is requested label Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants