apache / apache/cordova-plugin-inappbrowser
Keep status bar color when browser popup
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
I set the system status bar color as green on startup, but when inappbrowser popup, the status bar turn black, is there any way to keep it as green?
call code:
```
onButtonClick(itemInfo) {
let descUrl = itemInfo.desc_url;
this.inAppBrowser.create(descUrl, '_self', 'hideurlbar=yes,toolbarcolor=#009999,closebuttoncolor=#FFFFFF,navigationbuttoncolor=#FFFFFF');
}
```
Contributor guide
Research direction
Start from the supplied inAppBrowser.create call and reproduce the popup behavior with its toolbar options, identifying which mobile platform path changes the status bar from green to black. No source file or test is named in the issue, so locate the platform-specific status-bar handling first. Done means the configured green status bar remains visible after opening the popup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100