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