jcesarmobile
jcesarmobile
# Feature Request ## Motivation Behind Feature cordova-ios has a `wwwFolderName` to configure the name of the folder where the cordova app is loaded (defaults to www). On Android the...
## Feature Request ### Plugin splash-screen ### Description Handler() in Handler has been deprecated setDrawingCacheEnabled(boolean) in View has been deprecated SYSTEM_UI_FLAG_LAYOUT_STABLE in View has been deprecated SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION in View has...
### Platforms affected all ### Motivation and Context `blacktranslucent` and `blackopaque` styles and the corresponding methods StatusBar.styleBlackTranslucent and StatusBar.styleBlackOpaque are deprecated. Remove them. ### Description Removes the previous deprecated methods...
### Platforms affected iOS ### Motivation and Context silences and fixes warnings in code closes https://github.com/apache/cordova-plugin-statusbar/issues/215 ### Description silences deprecation warnings since the code still works (tested on iOS 15)...
That sets the native value to `UIStatusBarStyleDarkContent`. Note that it's an iOS 13 value, so in older version it should set the value to `UIStatusBarStyleDefault` as it used to have...
**What kind of change does this PR introduce?** - [ ] Bugfix - [x] Feature - [ ] Documentation - [ ] Code style update - [ ] Refactor -...
## Bug Report ### Capacitor Version 3.3.3 ### Platform(s) android ### Current Behavior Form post to an external server produces navigation even if the server url is not in the...
Some plugins use cordova-plugin-cocoapods-support, which uses a slightly different syntax from the Cordova one. The CLI could read those tags too when generating the plugins podspec
### Describe the bug A clear and concise description of what the bug is. Include version by typing `gh --version`. ### Steps to reproduce the behavior 1. Type this 'gh...