Recent searches


No recent searches

Tiberiu Popescu's Avatar

Tiberiu Popescu

Joined Feb 11, 2022

·

Last activity Feb 23, 2022

Following

0

Followers

0

Total activity

9

Vote

1

Subscriptions

3

ACTIVITY OVERVIEW

Latest activity by Tiberiu Popescu

Tiberiu Popescu commented,

Community comment Developer - Zendesk SDKs

Hey, thanks for reaching out, so this is the default behavior of the widget?

Is there documentation of how to add the header and the back button?

View comment · Posted Feb 23, 2022 · Tiberiu Popescu

0

Followers

0

Votes

0

Comments


Tiberiu Popescu commented,

CommentZendesk messaging

Eric Nelson

So it is not possible to add a Back or Close(x) button to close the widget?

Right now the only way to close it is to scroll through all the conversation to the end and then it will close this Modal, it is bad user experience.

View comment · Edited Feb 16, 2022 · Tiberiu Popescu

0

Followers

0

Votes

0

Comments


Tiberiu Popescu commented,

CommentZendesk messaging

Hey, is it possible to add a header or a close button with the messaging SDK?
My widget is working fine, but no header and no close button.

View comment · Posted Feb 11, 2022 · Tiberiu Popescu

0

Followers

0

Votes

0

Comments


Tiberiu Popescu created a post,

Post Developer - Zendesk SDKs

Hey,

I'm using the new iOS messaging SDK.
The chat widget is working fine, but there's no header and no close button.

Can these be added to the new iOS Messaging chat?

This is my swift implementation:

    guard let viewController = Zendesk.instance?.messaging?.messagingViewController() else { return }

   

    let navigationController = UIApplication.shared.windows.first!.rootViewController;

   

    navigationController?.show(viewController, sender: self);

Posted Feb 11, 2022 · Tiberiu Popescu

1

Follower

5

Votes

4

Comments


Tiberiu Popescu commented,

Community comment Developer - Zendesk SDKs

I had the same issue in the past, in my case the issue was that I've used the wrong channel key

View comment · Posted Feb 11, 2022 · Tiberiu Popescu

0

Followers

0

Votes

0

Comments