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 2022/06/27 19:37:16 UTC

[GitHub] [cordova-plugin-dialogs] globules-io opened a new issue, #162: This plugin makes Cordova app device ready not firing

globules-io opened a new issue, #162:
URL: https://github.com/apache/cordova-plugin-dialogs/issues/162

   # Bug Report
   
   ## Problem
   cordova-plugin-dialogs breaks Cordova. Never fires deviceready.
   Tested with an empty repo. Added a few plugins.
   <plugin name="cordova-plugin-device" spec="^2.1.0" />
   <plugin name="cordova-plugin-network-information" spec="^3.0.0" />
   <plugin name="cordova-plugin-statusbar" spec="^3.0.0" />
   
   Everything works fine, deviceready is fired. Then adding 
   <plugin name="cordova-plugin-dialogs" spec="^2.0.2" />
   
   Breaks the app, `deviceready` never fired
   
   ### Environment, Platform, Device
   Reproduced on device Android 6.0.1
   
   ### Version information
   Cordova 11.0.0
   cordova-android 10.1.2
   
   
   ## 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.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-plugin-dialogs] breautek commented on issue #162: This plugin makes Cordova app device ready not firing

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #162:
URL: https://github.com/apache/cordova-plugin-dialogs/issues/162#issuecomment-1167831668

   Created a new cordova project and added status bar, device and network information plugin.
   
   Ran project on Android 6.0 (API 23 Google API emulator) and successfully observed the `deviceready` event.
   
   I added `cordova-plugin-dialogs`, and reran on the emulator, but I still observe the `deviceready` event.
   
   Please open the project in Android Studio (located at `<cordova-project>/platforms/android`) and run the app in debug mode. You may get more insight on what is actually happening via the native console.


-- 
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-plugin-dialogs] globules-io commented on issue #162: This plugin makes Cordova app device ready not firing

Posted by GitBox <gi...@apache.org>.
globules-io commented on issue #162:
URL: https://github.com/apache/cordova-plugin-dialogs/issues/162#issuecomment-1167875687

   All I see is
   
   ```
   I/chromium: [INFO:CONSOLE(4)] "function: index.js", source: https://app/scripts/index.js (4)
   E/chromium: [ERROR:tile_manager.cc(827)] WARNING: tile memory limits exceeded, some content may not draw
   E/chromium: [ERROR:tile_manager.cc(827)] WARNING: tile memory limits exceeded, some content may not draw
   I/chromium: [INFO:CONSOLE(1237)] "deviceready has not fired after 5 seconds.", source: https://app/cordova.js (1237)
   I/chromium: [INFO:CONSOLE(1230)] "Channel not fired: onPluginsReady", source: https://app/cordova.js (1230)
       [INFO:CONSOLE(1230)] "Channel not fired: onCordovaReady", source: https://app/cordova.js (1230)
   E/chromium: [ERROR:tile_manager.cc(827)] WARNING: tile memory limits exceeded, some content may not draw
       [ERROR:tile_manager.cc(827)] WARNING: tile memory limits exceeded, some content may not draw
   E/chromium: [ERROR:tile_manager.cc(827)] WARNING: tile memory limits exceeded, some content may not draw
       [ERROR:tile_manager.cc(827)] WARNING: tile memory limits exceeded, some content may not draw
   ```


-- 
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-plugin-dialogs] globules-io closed issue #162: This plugin makes Cordova app device ready not firing

Posted by GitBox <gi...@apache.org>.
globules-io closed issue #162: This plugin makes Cordova app device ready not firing
URL: https://github.com/apache/cordova-plugin-dialogs/issues/162


-- 
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-plugin-dialogs] globules-io commented on issue #162: This plugin makes Cordova app device ready not firing

Posted by GitBox <gi...@apache.org>.
globules-io commented on issue #162:
URL: https://github.com/apache/cordova-plugin-dialogs/issues/162#issuecomment-1167909471

   Not sure what's going on ... Added/Removed the plugin a few times while doing test, now deviceready fires.....
   Will close for now but this is just weird.


-- 
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-plugin-dialogs] globules-io commented on issue #162: This plugin makes Cordova app device ready not firing

Posted by GitBox <gi...@apache.org>.
globules-io commented on issue #162:
URL: https://github.com/apache/cordova-plugin-dialogs/issues/162#issuecomment-1167864399

   I can reproduce here 100% of the time, tested on real device. 


-- 
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-plugin-dialogs] breautek commented on issue #162: This plugin makes Cordova app device ready not firing

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #162:
URL: https://github.com/apache/cordova-plugin-dialogs/issues/162#issuecomment-1167886509

   Can you provide the WebView version that is running your device?
   
   The issue seems similar to the one [reported here](https://bugs.chromium.org/p/chromium/issues/detail?id=1005077) which affected some android devices running chrome version late 70s to early 80s based on the comments.


-- 
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-plugin-dialogs] globules-io commented on issue #162: This plugin makes Cordova app device ready not firing

Posted by GitBox <gi...@apache.org>.
globules-io commented on issue #162:
URL: https://github.com/apache/cordova-plugin-dialogs/issues/162#issuecomment-1167901646

   `packageName: "com.google.android.webview"
   versionCode: 506005300
   versionName: "103.0.5060.53"`


-- 
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