Islomov Sardor
Islomov Sardor
ClickMerchant.init(supportFragmentManager, config, new ClickMerchantListener { @Override void onRequestIdGet(String requestId) { } @Override void onFailure() { } @Override void onSuccess(Long paymentId) { } @Override void onInvoiceCancelled() { } } )
you must temporarily save the requestId, if you give the same requestId before reopening, then it will continue where it left off. An example Project you can see how to...
Ok, let's add that soon. It will be possible to customize
Hi! Sorry, but there is no such service at the moment for testing
@peropavlovic have you solved this issue? I've faced with that as well
Hello everybody, I'm facing this issue with the new Renderer Canvas (v9.1.0). With Renderer Skia there is no problem for me. Thank you
@umberto-sonnino I have on screen 5 Rive Views with different artboards. When I navigate between screens, closing the old screen and creating a new screen, which will always recreate Rive...
I had the same problem as well. But as I later figured out, the issue was with my data. It's likely the same here—most probably something with the tokenizer. I...