Manuito

Results 48 comments of Manuito

I have the same issue, but I'm unable to replicate it locally. Reverting to InAppWebView v5.3.2 seems to have fixed it. Could you maybe check? Perhaps that way we could...

Nope. In my case I didn't change a single package when this started happening, and I don't use AdMob. I'm being reported the exactly the same behaviour by some users...

Hi. Could you PM me in Discord your targets list (exported with the backup functionality) so that I can try? Otherwise, perhaps we could try a few things in beta...

Hi. I've tested and it's working for me everywhere. Something simple such us: `console.log(eval(1+2));` Torn PDA should not be blocking any of the js functions, unless Torn is blocking it...

I'm not really sure. What we do with `PDA_httpGet` is to delegate the API call to the Dart side of the app and then relay the response to the relevant...

Thanks for the clarification. So I tested internally with your suggestion (with a quick handler) and it doesn't work either. I guess that Torn has `unsafe-eval` blocked as part of...

Oh I get it now, thanks a lot. So, what you are saying is that by implementing a handler, you won't even need to use `eval`, but just the handler,...

@mirrorsysu alternatively have a look here in case you are not able to join the beta: bb2f01843ad5855ed66621cd8ab54053eb3904c6

Hi, thanks. Could you provide a small example? I'm not really sure if that's possible with the webview implementation. Your other tests (Safari, etc.) are on mobile or desktop? You...

Thanks! I'll have a look when I can. I don't think there is direct communication between tabs due to framework restrictions, but there might be a way around it with...