Aaron Bond
Aaron Bond
Are there any plans to support websockets? or something realtime? I know they're supported in ktor.
On one of my devices I've seen this NPE: ``` java.lang.NullPointerException: Attempt to invoke interface method 'void com.google.androidbrowserhelper.trusted.TwaLauncher$FallbackStrategy.launch(android.content.Context, androidx.browser.trusted.TrustedWebActivityIntentBuilder, java.lang.String, java.lang.Runnable)' on a null object reference at com.google.androidbrowserhelper.trusted.TwaLauncher.launch(TwaLauncher.java:182) at com.google.androidbrowserhelper.trusted.TwaLauncher.launch(TwaLauncher.java:152)...
I may be missing something, but when i cannot connect to the web app for some reason the default behaviour appears to just show a blank screen. Is this expected...
I may be missing something but there does not appear to be a way to pre cache the URL we may be calling using TwaLauncher. Documentation is kind of sparse...
I use a bunch of assets in my drawable folder. i was wondering if the app could also resize these often large files for xxhdpi too.