Hi
Some way to invoke web share on barcode or image ?
Maybe some native o with web share api? (i want to show “share option” from chrome android)
Some useful would be in future versions some like
Application.Share(Stream)
Application.Share(Image)
Thanks in advance
Hi thanks for pevious response.
I mean to share the QR generated / displayed by the wisej barcode control.
Then, can this be possible, sending the content of the control by calling the method Application.Call()?
What kind of parameter could I send to the js client code? A byte array corresponding to the currently displayed QR image?
Or maybe another approach?
Thanks in advance
You may need to invoke it on the client using a client side event. See docs about clientevents. And works only on https. See mozila on web share api.
Application.Call() or Application.Eval() or CallAsync() or EvalAsync().
Example: https://wisej.com/blog/native_alert/
Please login first to submit.