Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0) #422
Replies: 2 comments
-
There is very little information to go on, what pointers that we can give is going to be rather limited. A white screen is likely caused by your index page either not loading at all, or erroring on load. Normally the web inspector is disabled on release builds, but you can enable it by setting the Generally speaking debug builds should work identically to release builds as far as the native cordova shell goes, but release mode has stricter policies for SSL encryptions whereas debug builds often ignore SSL errors to accept self-signed certificates. Loading up the web inspector should give you insight on what is actually happening though. |
Beta Was this translation helpful? Give feedback.
-
Good morning ! I used the preference below, and performed the debug, finding the error. It's really an error in Oracle JET, I need to fix it. I didn't know how to debug the release version, this will help me a lot !! preference name="InspectableWebview" value="true" |
Beta Was this translation helpful? Give feedback.
-
I have a problem.
I ran the command: (I use Oracle JET, 14.1)
ojet build android --release --buildconfig="C:/PUBLISH/NEOCP3001/build-android.json"
The release generates, I upload it to Google Play, I create an internal test version, I download it, I install it on the cell phone, but after the splashscreen is displayed, the screen turns white.
The key was generated using the command:
keytool -genkey -v -keystore neocp3001.jks -keyalg RSA -keysize 2048 -validity 10000 -alias neocp3001
Debug mode installs and runs perfectly!
Cordova 12.0.0
Target SDK 33
SDK Build Tools 33.0.2
gradle 7.6
Android Gradle Plugin 7.4.2
JAVA 19
Beta Was this translation helpful? Give feedback.
All reactions