Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS / 카카오 링크] templateArgs를 통해서 문자열을 전달할 때 공백문자가 "+" 로 대체되어 나타납니다. #105

Closed
DevKang opened this issue Sep 17, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@DevKang
Copy link

DevKang commented Sep 17, 2021

링크 공유하는 코드는 아래와 같습니다.

final uri = await LinkClient.instance.customWithTalk(
  templateId,
  templateArgs: {
    "SHARE_TITLE": {문자열 변수},
    "SHARE_CONTENT":{문자열 변수},
    "SHARE_IMAGE": feed.shareImageUrl,
  },
);
await launch(uri.toString());

실제로 카톡으로 이동해서 보면 아래 이미지의 "서울+마포구" 처럼 모든 공백문자가 +로 대체되어 나타납니다.
안드로이는 정상적으로 노출되며, iOS만 이슈가 있습니다.
IMG_2463

@ungchun
Copy link

ungchun commented Sep 22, 2021

저도 동일한 현상입니다.

@mbkim95 mbkim95 self-assigned this Sep 23, 2021
@mbkim95 mbkim95 added the bug Something isn't working label Sep 23, 2021
@mbkim95
Copy link
Member

mbkim95 commented Sep 23, 2021

안녕하세요

제보 주신 내용은 확인해서 수정되었고, 다음 버전에 포함해서 배포하겠습니다

이슈 제보 감사합니다

@mbkim95
Copy link
Member

mbkim95 commented Sep 30, 2021

@DevKang @ungchun 이슈 수정된 0.8.2 버전 배포되었습니다. 감사합니다

@DevKang
Copy link
Author

DevKang commented Sep 30, 2021

@mbkim95 감사합니다 :)

@mbkim95 mbkim95 closed this as completed Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants