is there any way to convert apk (which was build with cordova) to original html and js? I know there are some tools that can decompile apk to java or smali, but how about decompile to html and js?
If you open the .apk in Android Studio with Build -> Analyze APK
option, you will see the assets folder and the www folder with all the app content (html, css, javascript, etc)