Some way to invoke web share on barcode?

0
0

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

  • You must to post comments
0
0

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 must to post comments
0
0

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.

  • You must to post comments
0
0

Application.Call() or Application.Eval() or CallAsync() or EvalAsync().

Example: https://wisej.com/blog/native_alert/

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.