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) {

View File

@@ -129,7 +129,7 @@ class _FAQListPageState extends State<FAQListPage>
context,
faq.answer(isEng),
fontSize: 16,
fontWeight: FontWeight.w200,
fontWeight: FontWeight.w400,
),
_pageLink(
faq.pageLink,