fix iphone view

This commit is contained in:
2020-10-19 17:09:24 +06:30
parent 4acc1d9465
commit 453cb71fa8
3 changed files with 5 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ class _ContactPageState extends State<ContactPage> {
}
_call(String phone) {
launch("tel:$phone");
launch("tel:${phone.trim().replaceAll(' ', '')}");
}
_email(String email) {