iOS
HOST : I am just running sample code from GIT.
(1.2.4)
What version are you using? Ex: NuGet 1.0.2, or latest master, etc...
latest from master branch
ACRActionDelegate is not called when user click on button.
I am using sample code
Here I am attaching my source-code (Which is basically sample code from git itself) and video for batter understanding.
AdaptiveCardDemo.zip
I try to debug issue and find out that its happening because we are passing nil as ACOHostConfig.
due to that _actionsTargetBuilderDirector object is not created
(https://github.com/microsoft/AdaptiveCards/blob/fe5fcefb4275b6bfd0fbf395e0fc80f71a01277d/source/ios/AdaptiveCards/AdaptiveCards/AdaptiveCards/ACRView.mm#L95)
I believe there should be a way to access default config object if it's not passed.
@nesalang, thoughts?
We have acknowledged this issue report. Please continue to follow the issue for updates/progress/questions. @matthidinger / @dclaux / @rebeccaanne / @paulcam206 FYI.
@Jageen @shalinijoshi19
Thanks for reporting this issue. Yes, the action build directors shouldn't be depended on the presence of user host config.
thanks
If this is going to take longer time to fix this issue, I am suggesting to change sample code (as patch) in README.mg file to avoid same problem for future users.
https://github.com/microsoft/AdaptiveCards/pull/3744
@jageen @nesalang has a PR out that fixes this issue above
:tada:[email protected] has been released which fixes this issue.:tada:
Handy links: