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) {
|
||||
|
||||
@@ -129,7 +129,7 @@ class _FAQListPageState extends State<FAQListPage>
|
||||
context,
|
||||
faq.answer(isEng),
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w200,
|
||||
fontWeight: FontWeight.w400,
|
||||
),
|
||||
_pageLink(
|
||||
faq.pageLink,
|
||||
|
||||
Reference in New Issue
Block a user