You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm adding meet one the supported wallets on a web app. Is it posible to load an app on meet.one from the browser ?
On token pocket you can use this protocol https://git.io/fjMOQ I want to accomplish the same with Meet.one. I would also like to switch to fullscreen on load?
The text was updated successfully, but these errors were encountered:
We have already supported invoke wallet in external browser(not in dapps browsers in MEET.ONE client)
<ahref="meetone://app/webview?params=JTdCJTIydXJsJTIyJTNBJTIyaHR0cHMlM0ElMkYlMkZtZWV0Lm9uZSUyRiUyMiUyQyUyMnRpdGxlJTIyJTNBJTIyJUU3JUIxJUIzJUU3JTg5JUI5JUU3JThFJThCJTIyJTdE&callbackId=">Open url with MEETONE</a>
But the scheme maybe unreadable, so we add one parameter external to invoke wallet, and wallet.isExternal is detected wheter in external browsers or not. (meet-js-sdk version >0.1.1 avaliable).
testWebview=asynce=>{executing(e)try{letresult=awaitwallet.webview('https://meet.one?nav_alpha=1',// if true, invoke the wallet client and execute scheme, if false, will execute scheme onlywallet.isExternal)if(result.code===0){success(e)}else{failed(e)}returntrue}catch(error){failed(e)}}
using meet-js-sdk to control fullscreen
No yet, we haven't supported now, but this Library will update continuously, some new schemes will update next version(control fullscreen need wallet client support). If we support this feature, I will mention you in this issue.
Hi, I'm adding meet one the supported wallets on a web app. Is it posible to load an app on meet.one from the browser ?
On token pocket you can use this protocol https://git.io/fjMOQ I want to accomplish the same with Meet.one. I would also like to switch to fullscreen on load?
The text was updated successfully, but these errors were encountered: