marcqtan
marcqtan
I'm having this error when calling, file.readAsBytes() in an Epub3 file.. `E/flutter (28533): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: FormatException: Unexpected extension byte (at offset 139) `
- [yes] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [yes] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section - [yes] I have read...
**Which API doesn't behave as documented, and how does it misbehave?** I have a playlist and under the playlist, it has 2 audio tracks. I'm using ConcatenatingAudioSource. I'm also clipping...
Some epubs, have an html content with "class" attribute. FolioReader will fail since it's also defining its class attribute. Fixed this by adding a logic to check if the class...
Issue / Feature - Cannot render error FolioReader version - 0.5.4 FolioReader Stock / Modified - stock Android SDK - Android 10. Mobile / Tablet / Emulator Info - Samsung...
I'm using opentok to publish and subscribe to audio and video, but there's an issue with publishing audio after putting the application in the background (minimize), it stops working. The...
It fails to open some epub files with errors below: E/WebViewConsole(22540): Uncaught ReferenceError: checkCompatMode is not defined [http://127.0.0.1:8080/ts_epub_txt01/OEBPS/text/:1] E/WebViewConsole(22540): Uncaught ReferenceError: getReadingTime is not defined [http://127.0.0.1:8080/ts_epub_txt01/OEBPS/text/:1] E/WebViewConsole(22540): Uncaught ReferenceError: setMediaOverlayStyle...
I can't reproduce the error but crashlytics is reporting this issue a lot. Caused by java.lang.IllegalStateException Already resumed: kotlin.coroutines.SafeContinuation.resumeWith ``` kotlin.coroutines.SafeContinuation.resumeWith (SafeContinuationJvm.kt:44) com.github.florent37.assets_audio_player.notification.ImageDownloader$getBitmap$2$invokeSuspend$$inlined$suspendCoroutine$lambda$3.onLoadFailed (ImageDownloader.kt:145) com.bumptech.glide.request.SingleRequest.setErrorPlaceholder (SingleRequest.java:427) com.bumptech.glide.request.SingleRequest.onLoadFailed (SingleRequest.java:691) com.bumptech.glide.request.SingleRequest.onLoadFailed (SingleRequest.java:651)...