python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
self.__WB_MANIFEST is not replaced by InjectManifest generated urls for precaching using service worker
This is my webpack config
new InjectManifest({
swSrc: './app/service-worker.js',
swDest: 'sw.js',
maximumFileSizeToCacheInBytes: 5000000,
}),
This is my servie-worker.js
imp...

Ramji
Votes: 0
Answers: 1
Flutter Execution failed for task ':app:packageReleaseBundle'
I can generate the bundle apk of debug as well as the build apk too. But when I tried to generate bundle release apk getting this error. Please help me to solve this
Execution failed for task ':app:pa...
Ankur Shinde
Votes: 0
Answers: 0
Pass data between two fragments by bundle kotlin
I have two fragments and want to open second fragment (WordFragment) when pressing button of the first one(SearchFragment) by Bundle. But Fragment shwos default data instead of the passed one.
ClickLi...
apomytkina
Votes: 0
Answers: 1
Splash screen for bundled Java-App on macOS
I am trying to show a Splash-Screen on a bundled Java-Application under macOS.
The JAR-File does contain a splash-image itself and does show it when launched by console or by double-click. As stated i...
nhaggen
Votes: 0
Answers: 1