booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

iOS app crash when press Whatsapp and call buttons. #62

Closed Jasim1957 closed 1 year ago

Jasim1957 commented 1 year ago

This is an urgent issue need fixing. the app on iOS platform is crashing when trying to connect to Agent’s Whatsapp number or trying to call the agent number. please help us .

AdilSoomro commented 1 year ago

Hello Jasim,

It is night in our side. Hassan will definitely help you fix this when we start the work in the morning.

Meantime install and setup AnyDesk as Hassan will connect with your remotely to solve this.

Jasim1957 commented 1 year ago

This issue with my Developer who contacted Hassan few days ago. Can Hassan deal with him directly please as he has the codes .

Regards

Jasim

On Mon, 5 Jun 2023 at 00:37 Adil Soomro @.***> wrote:

Hello Jasim,

It is night in our side. Hassan will definitely help you fix this when we start the work in the morning.

Meantime install and setup AnyDesk as Hassan will connect with your remotely to solve this.

— Reply to this email directly, view it on GitHub https://github.com/booleanbites/houzi-support/issues/62#issuecomment-1575703578, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAKFV37ZCIOE3UNQT5J7TWTXJTWXZANCNFSM6AAAAAAY2FACSI . You are receiving this because you authored the thread.Message ID: @.***>

Hassan6197 commented 1 year ago

Hello @Jasim1957, Email me imhassan6197@gmail.com.

Jasim1957 commented 1 year ago

Hassan My Anydesk address is 1 r81 321 392

Regards Jasim

On Mon, 5 Jun 2023 at 10:25 Hassan Ali @.***> wrote:

Hello @Jasim1957 https://github.com/Jasim1957, Email me @.***

— Reply to this email directly, view it on GitHub https://github.com/booleanbites/houzi-support/issues/62#issuecomment-1576120402, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAKFV356PYKQW5JPNCJAHELXJV3VVANCNFSM6AAAAAAY2FACSI . You are receiving this because you were mentioned.Message ID: @.***>

Hassan6197 commented 1 year ago

For Future reference. Go to following files: about.dart, board_pages_widgets.dart, property_details_page.dart, bottom_buttons_action_bar.dart, pd_contact_information.dart, pd_options.dart, pd_watch_video.dart, realtor_information_page.dart and look for canLaunch(URL_PASS_HERE) method and replace it with canLaunchUrl(Uri.parse(URL_PASS_HERE) method. Then look for launch(URL_PASS_HERE) method and replace it with launchUrl(Uri.parse(URL_PASS_HERE) method. Example:

// Change from 
launch("tel://$num");
//to
launchUrl(Uri.parse("tel://$num"));
Hassan6197 commented 1 year ago

Closing since the issue has been resolved.

Jasim1957 commented 1 year ago

Dear Hassan, I sent you few email on your gmail address. There are still few issues with WhatsApp connection. I also sent you screenshot.

Regards

On Mon, 5 Jun 2023 at 11:00 Jasim Alkhateb @.***> wrote:

Hassan My Anydesk address is 1 r81 321 392

Regards Jasim

On Mon, 5 Jun 2023 at 10:25 Hassan Ali @.***> wrote:

Hello @Jasim1957 https://github.com/Jasim1957, Email me @.***

— Reply to this email directly, view it on GitHub https://github.com/booleanbites/houzi-support/issues/62#issuecomment-1576120402, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAKFV356PYKQW5JPNCJAHELXJV3VVANCNFSM6AAAAAAY2FACSI . You are receiving this because you were mentioned.Message ID: @.***>

Jasim1957 commented 1 year ago

Please this is not fully resolved yet.

On Mon, 5 Jun 2023 at 18:29 Hassan Ali @.***> wrote:

Closing as the issue was resolved.

— Reply to this email directly, view it on GitHub https://github.com/booleanbites/houzi-support/issues/62#issuecomment-1576914957, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAKFV365IGPRKNKW4K5TQ4DXJXULXANCNFSM6AAAAAAY2FACSI . You are receiving this because you were mentioned.Message ID: @.***>

Hassan6197 commented 1 year ago

Emailed you.