fix iphone view
This commit is contained in:
@@ -114,7 +114,7 @@ class _ContactPageState extends State<ContactPage> {
|
||||
}
|
||||
|
||||
_call(String phone) {
|
||||
launch("tel:$phone");
|
||||
launch("tel:${phone.trim().replaceAll(' ', '')}");
|
||||
}
|
||||
|
||||
_email(String email) {
|
||||
|
||||
Reference in New Issue
Block a user