提问人:GoldFig 提问时间:11/2/2023 最后编辑:GoldFig 更新时间:11/6/2023 访问量:31
Slack 块文本输入在移动应用程序中不起作用 (Android)
slack block text input not work in mobile app (android)
问:
松弛块text_input在移动应用程序(仅限Android)中不起作用。 IOS是工作!
我使用块元素向松弛频道发送消息。 它在桌面松弛中运行良好。 我可以插入文本text_input。
但是文本不会插入到 Slack 移动应用程序(仅限 Android)的text_input中。
如何解决这个问题?
[
{
"type": "input",
"element": {
"type": "plain_text_input",
"action_id": "plain_text_input-action"
},
"label": {
"type": "plain_text",
"text": ":slightly_smiling_face: insert your E-mail",
"emoji": true
}
},
{
"type": "actions",
"block_id": "block_id_Sys_airp",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Send"
},
"action_id": "approve_request",
"value": "btn_Sys_airp_OK"
}
]
}
]
答:
0赞
GoldFig
11/23/2023
#1
我询问了我对 Slack 的问题,并确认这是一个错误。 他们说他们会尽快解决这个问题。
评论