且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android-Firebase-电子邮件地址格式错误

更新时间:2022-12-27 20:31:27

检查xml上的inputType文件。电子邮件上有3种输入类型。

Check your inputType on the xml file. There is 3 types of inputs on email.

android:inputType="textWebEmailAddress"
android:inputType="textEmailAddress"
android:inputType="textEmailSubject"

更多此处 https://developer.android.com/reference/android/text/InputType.html