Occasionally it works on start, but the chances are very slim
Post
Replies
Boosts
Views
Activity
i have this problem too
I solved the problem, add inputOptions for @Parameter.
@Parameter(title: "text", inputOptions: String.IntentInputOptions(
keyboardType: .default
))
var text: String
hello, Do you have any way to solve this problem?
i have meet the same problem, now has any way to fix this problem