bambuser / bambuser-livevideoshoppingplayer-sdk-ios

This SDK helps you add a Bambuser live shopping player to your UIKit and SwiftUI apps.
8 stars 2 forks source link

[Issue] T&Cs link is not clickable #13

Closed heldernunesff closed 1 year ago

heldernunesff commented 2 years ago

Hello everyone πŸ‘‹

I hope you find you well

We have found some issues on when o open the chat on the live stream and the Terms and Conditions link is not opening. Can you please help with this issue? image (2)

ken-bam commented 2 years ago

Without looking at the code base. I would assume this is due to that the sdk does not handle navigation at the moment, but I might be wrong.

A solution you are looking for is perhaps some event or similar, telling you "hey, the user clicked this link www.examplelink.com" then you can yourself validate the url and open it in a web view or browser?

heldernunesff commented 2 years ago

Hello everyone 😊 Thank you for sharing. I am just make sure that we’re getting it right: for us to support the handling of the navigation when the user clicks through the privacy policy, that would require not only development on our side but also on yours and further the deployment of an an updated SDK version? If we are to proceed this way, what would the timeline be for this on your side?

ken-bam commented 2 years ago

Yes my interpretation is that it would need a development effort from our side and a release of a new SDK version and most likely an effort as well from the implementer once the SDK is updated. I currently have no timeline estimate.

pontusj-bambuser commented 1 year ago

Hello @heldernunesff! This is now fixed with version 0.8.1. The new openExternalUrl event contains an URL that you have to handle and open manually from your side. See the demo projects for further explanation.