W1nstar

Results 9 comments of W1nstar

Thanks for helping! These are my versions. Let me know if you need something more: λ node -v v8.11.1 λ cordova -v 8.0.0 λ ionic -v 3.20.0

Did some more digging, tried an xhr instead of a fetch and it only chages state when I open it, it never gets sent. Changes state to status 0 readyState...

After some more digging, I found that if I do callbackHolder.invoke() right as it's stored, it does have access to internet and makes the fetch corrrectly, or any other operation...

Still happening on 2022. Method gets executed in a js thread, logs are shown in logcat but a simple does not work. It doesn't even throw an error to catch,...

@bombillazo thanks a ton for the input! I'm unfamiliar with crashlytics, but I guess it writes a file with the exception, for a later use? By my own findings, it...

Yeah, I did, everything works correctly. Tested it on Androids 5 to 9, emulators and phyiscal terminals, same issue. Guess I'll have to store the event and somehow send it...

Still the same issue on 2022, somehow js code is executed on NativeErrorHandler, but any kind of http request does not work.

On Android, my problem seems to be the fact that the dropdown doesn't overflow the container view of the Autocomplete component. Even when absolute, it doesn't show, you can only...

Ok, thank you. I will read them thoroughly.