最近の検索


最近の検索はありません

Tiberiu Popescu's Avatar

Tiberiu Popescu

参加日2022年2月11日

·

前回のアクティビティ2022年2月23日

フォロー中

0

フォロワー

0

合計アクティビティ

9

投票

1

受信登録

3

アクティビティの概要

さんの最近のアクティビティ Tiberiu Popescu

Tiberiu Popescuさんがコメントを作成しました:

コミュニティのコメント 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?

コメントを表示 · 投稿日時:2022年2月23日 · Tiberiu Popescu

0

フォロワー

0

投票

0

コメント


Tiberiu Popescuさんがコメントを作成しました:

コメントZendesk 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.

コメントを表示 · 編集日時:2022年2月16日 · Tiberiu Popescu

0

フォロワー

0

投票

0

コメント


Tiberiu Popescuさんがコメントを作成しました:

コメントZendesk 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.

コメントを表示 · 投稿日時:2022年2月11日 · Tiberiu Popescu

0

フォロワー

0

投票

0

コメント


Tiberiu Popescuさんが投稿を作成しました:

投稿 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);

投稿日時:2022年2月11日 · Tiberiu Popescu

1

フォロワー

5

投票

4

コメント


Tiberiu Popescuさんがコメントを作成しました:

コミュニティのコメント 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

コメントを表示 · 投稿日時:2022年2月11日 · Tiberiu Popescu

0

フォロワー

0

投票

0

コメント