Michael Schenaerts
Michael Schenaerts
Hi, I managed to reproduce it by launching scene builder from IntelliJ coummunity edition 2020.2 Product Version JavaFX Scene Builder 11.0.0 Build Information Version 11.0.0 Date: 2019-03-19 Java Version: 11.0.1+13-LTS,...
> @abueide Have u solved the problem? I have the same error . > > Exception in thread "JavaFX Application Thread" java.lang.IllegalAccessError: class kotlin.coroutines.jvm.internal.DebugProbesKt (in module kotlin.stdlib) cannot access class...
Yep, it still works on 8.1. You might have set the default connection to 'always use'.I must also mention that the broadcast listener branch is buggy.Regards,MichaelLe 10 avr. 2018 14:32,...
Weird, I have a A5 at home, I'll try.Le 10 avr. 2018 17:29, Ian Smith a écrit :Thanks Michael. That was the problem on the Pixel - the CaptivePortalLogin app...
I just tried on my tab S2 and same issue. I'll try to find a solution (if it exists). Maybe the broadcast branch can help
Hey @shailangsa, I don't know if it still works, I don't use it anymore. The goal of this application was to automatically log you on a captive portal, there is...
The screen is not empty, there is a hidden webview which is used to load the portal and a textview to show the current status. I don't see the point...
Hey Guys, It works with resources but you have to adapt the RequestPart parameter. By default it generates _@RequestPart("file")_ but using _@RequesPart("my_param_name")_ worked for me.