Skip to content

[Bug]: prefersHomeIndicatorAutoHidden is non-open on CAPBridgeViewController #8414

@myarcana

Description

@myarcana

Capacitor Version

class CustomBridgeViewController: CAPBridgeViewController {
    override var prefersHomeIndicatorAutoHidden: Bool {
        return true

Error:

Overriding non-open property outside of its defining module

Other API Details

Platforms Affected

  • iOS
  • Android
  • Web

Current Behavior

class CustomBridgeViewController: CAPBridgeViewController {
    override var prefersHomeIndicatorAutoHidden: Bool {
        return true

Error:

Overriding non-open property outside of its defining module

Expected Behavior

Should be possible to ask iOS to disable the home bar in my app

Project Reproduction

no need

Additional Information

There's obviously no need for the home bar to be forced to be visible all the time in capacitor apps

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions