flutter_tawk icon indicating copy to clipboard operation
flutter_tawk copied to clipboard

Tawk widget for Flutter.

Results 23 flutter_tawk issues
Sort by recently updated
recently updated
newest added

I'm getting a platform exception and I'm unable to handle it properly PlatformException(FWFEvaluateJavaScriptError, Failed evaluating JavaScript., Instance of 'NSError', null)

This PR upgrades the flutter_webview plugin from 3.0.1 to 4.0.6

playstore rejected application due to this package.how to solve?

``` return Scaffold( backgroundColor: Colors.white, body: SafeArea( child: Obx( () => Tawk( directChatLink: 'https://tawk.to/chat/url_part/widget_id', visitor: TawkVisitor( name: controllerr.name.value, email: controllerr.email.value, ), onLoad: () {}, onLinkTap: (String url) { }, placeholder:...

I am unable to upload images on Andriod during chat. ![IMG_20210325_121306_108](https://user-images.githubusercontent.com/64162838/112467459-5e68b380-8d67-11eb-9966-e2b4d1398dbf.jpg)

Unhandled error PlatformException: PlatformException(runJavascript_failed, Failed running JavaScript, JavaScript string was: ' Tawk_API = Tawk_API || {}; Tawk_API.setAttributes({"name":"User name","email":"[email protected]","hash":"1872"}); ' Error Domain=WKErrorDomain Code=4 "A JavaScript exception occurred" UserInfo={WKJavaScriptExceptionLineNumber=1, WKJavaScriptExceptionMessage=TypeError: undefined is...

On Android, tapping into the chat box does not load the keyboard. As a result, the chat widget is not usable on Android. (tested using a Pixel 5). ![Screenshot_20211212-205235](https://user-images.githubusercontent.com/70917324/145740893-aa3f03dd-a764-428c-8eed-ac527b6eb48e.jpg)

Some outdate packages has been updated and it has been migrated to null safety

The existing version is not compatible with latest null safety.

Hi, I tried to make a simple 1 page app with the code from the tutorial, but on the webpage version I get: "Unsupported operation: Trying to use the default...