Hi team,
We have 1 usecase to handle 1 particular action inside a mobile SDK. The use case is to open webview inside the application when user clicking CTA button in carousel instead of opening the link in external browser
How we achieve that?
Hi team,
We have 1 usecase to handle 1 particular action inside a mobile SDK. The use case is to open webview inside the application when user clicking CTA button in carousel instead of opening the link in external browser
How we achieve that?
This can be achieved by following steps.
URL
as the data of the eventWe tried that way, but somehow the ym_card_action event giving a null data so we can’t capture the url in react native. Also how to prevent it to opening the external browser?
Hi @Sankalp_Gupta do you have any reference we can check ? if yes can you please share bot acces to us . thanks
@Rafif_Elrienanto , the only way to prevent opening it in the external browser is the one I have shared with you.
@Achmad_Raditya I can not share the bot access with you but I can help you with the example payload.
{
"event": {
"code": "sendIOSEvent",
"data": {
"code": "openUrl",
"data": "{\"url\":\"https://www.shutterstock.com/image-vector/hi-sticker-social-media-content-260nw-1138004576.jpg\"}"
}
}
The application will receive an event and can handle it as they want. Please check attached video as well.
@Sankalp_Gupta thanks we have already done and use the sendiosevent using send event node. I guess from your video, we need another round of conclusion, and we need these details that you can share with us:
If this comment helped resolve your query, please mark it as the solution.