You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/12 17:15:37 UTC

[GitHub] [cordova-android] 21pg opened a new issue #1324: Blank screen on android 11 device after upgrading to cordova-android 10.0.0

21pg opened a new issue #1324:
URL: https://github.com/apache/cordova-android/issues/1324


   # Bug Report
   As per new updates of **_Android 11/ API level 30 support for Google play_**
   I made following changes for my App- 
   **For Cordova Android 9.0.0** 
   [cordova09.txt](https://github.com/apache/cordova-android/files/6977071/cordova09.txt)
   **For Cordova Android 10.0.0**
   [cordova10.txt](https://github.com/apache/cordova-android/files/6977073/cordova10.txt)
   After this changes when I tried my app on android 11 device I am getting blank screen
   while on devices with android 9 or 8 my app loading correctly.. 
   
   
   ## Problem
   I am getting following issue -
   1) I can't use <edit-config></edit-config> tag in my config xml 
   (I am  getting similar issue mention here in link)
   https://github.com/apache/cordova-android/issues/1250
   
   2) When I debug my app on android 9  it serves on **_file:///android_asset/www/index.html_**
   when I use <preference name="AndroidInsecureFileModeEnabled" value="true" /> for Cordova Android 10.0.0
   my app works on android 9 and 8 but not on android 11 it shows blank screen instead
   
   
   ### What is expected to happen?
   
   After upgrading to Cordova -android 10.0.0 my app should load properly on android 11 devices
   
   ### What does actually happen?
   My app works on android 9 and 8 but not on android 11 it shows blank screen instead
   https://user-images.githubusercontent.com/64975861/129239730-32b37ac3-ae55-4845-a944-5e5953584693.mp4
   
   
   
   ### Version information
   Installed platforms:
   Android 10.0.0
   Kotlin:       1.4.31
   Groovy:       3.0.7
   Ant:          Apache Ant(TM) version 1.10.9 compiled on September 27 2020
   JVM:          1.8.0_271 (Oracle Corporation 25.271-b09)
   OS:           Mac OS X 10.15.7 x86_64
   Java JDK: installed 1.8.0
   Android SDK: installed true
   Android target: installed android-30,android-29,android-28,android-27,android-26,android-25,android-24,android-23,android-22,android-21
   Gradle: installed /usr/local/Cellar/gradle/7.1.1/bin/gradle
   
   Please help me to find what step I should follow to load my app on android 11 devices 
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x ] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x ] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] andrefelipeml commented on issue #1324: Blank screen on android 11 device after upgrading to cordova-android 10.0.0

Posted by GitBox <gi...@apache.org>.
andrefelipeml commented on issue #1324:
URL: https://github.com/apache/cordova-android/issues/1324#issuecomment-916371098


   I have the same problem


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] 21pg commented on issue #1324: Blank screen on android 11 device after upgrading to cordova-android 10.0.0

Posted by GitBox <gi...@apache.org>.
21pg commented on issue #1324:
URL: https://github.com/apache/cordova-android/issues/1324#issuecomment-898191431


   Hi @breautek I debug it already and console not showing any specific error related to this..
   same build I tried on android 9 its loading my app.
   ![debug](https://user-images.githubusercontent.com/64975861/129306950-9594a30c-501f-4a2f-b8f0-31a8b1ac5215.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek commented on issue #1324: Blank screen on android 11 device after upgrading to cordova-android 10.0.0

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1324:
URL: https://github.com/apache/cordova-android/issues/1324#issuecomment-897880083


   Blank screen usually indicates a javascript error. Using chrome's dev tools to remotely debug your mobile app may provide further insights on what is actually occurring when you launch your app.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek edited a comment on issue #1324: Blank screen on android 11 device after upgrading to cordova-android 10.0.0

Posted by GitBox <gi...@apache.org>.
breautek edited a comment on issue #1324:
URL: https://github.com/apache/cordova-android/issues/1324#issuecomment-897880083


   Blank screen usually indicates a javascript error. Using chrome's dev tools to remotely debug your mobile app may provide further insights on what is actually occurring when you launch your app.
   
   [Debugging Chrome webview apps](https://breautek.com/articles/debugging-cordova-apps.html)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek closed issue #1324: Blank screen on android 11 device after upgrading to cordova-android 10.0.0

Posted by GitBox <gi...@apache.org>.
breautek closed issue #1324:
URL: https://github.com/apache/cordova-android/issues/1324


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek commented on issue #1324: Blank screen on android 11 device after upgrading to cordova-android 10.0.0

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1324:
URL: https://github.com/apache/cordova-android/issues/1324#issuecomment-944841190


   Closing due to lack of response from OP. Potential duplicate of #1355 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] koosum112 commented on issue #1324: Blank screen on android 11 device after upgrading to cordova-android 10.0.0

Posted by GitBox <gi...@apache.org>.
koosum112 commented on issue #1324:
URL: https://github.com/apache/cordova-android/issues/1324#issuecomment-932016887


   I have the same issue too.
   
   The test result of five devices with android 11 + cordova-android 10.1.1
   1. Pixel 4a : OK
   2. Pixel 4a 5g : NG
   3. Samsung a52 : NG
   4. Samsung Note10+ : NG
   5. ASUS ROG phone 3 : NG


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] 21pg removed a comment on issue #1324: Blank screen on android 11 device after upgrading to cordova-android 10.0.0

Posted by GitBox <gi...@apache.org>.
21pg removed a comment on issue #1324:
URL: https://github.com/apache/cordova-android/issues/1324#issuecomment-898191431


   Hi @breautek I debug it already and console not showing any specific error related to this..
   same build I tried on android 9 its loading my app.
   ![debug](https://user-images.githubusercontent.com/64975861/129306950-9594a30c-501f-4a2f-b8f0-31a8b1ac5215.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org