Front-end/React js/webapp related query. Hey guys...
# random
h
Front-end/React js/webapp related query. Hey guys, has anybody worked on Paytm mini program (https://developer.paytm.com/docs/miniprograms/login-flow/paytmFetchAuthCode/ - example is visible in desktop only)? I'm trying to build react app to plug into that.. in a few examples, they're using something called JSBridge.. I'm not really sure what that is.. If anyone has done something similar, please let me know..
a
I am not sure about the implementation of JSBridge in their modules but the common theory is that, JSBridge helps you connect Android Webview, where you just need to enable JS usage and expose the JS sdk. Long story short, In this case I assume, they have implemented the functionality in Android module in which
JSBridge
is the JavaScript interface (similar to an object in JavaScript) to get access to their Web interface and the usual methods.
h
Thanks @adorable-microphone-26309
a
Glad to help @hundreds-tiger-93741