Skip to content

[docs]: document #483

@tafelnl

Description

@tafelnl

Description

ionic-team/capacitor#7919 introduces a breaking change. It should be documented

Platforms

  • iOS
  • Android
  • Web

Request or proposed solution

In ionic-team/capacitor#7919

setContentView(R.layout.bridge_layout_main);

is replaced with

setContentView(R.layout.capacitor_bridge_layout_main);

This is actually a breaking change. If someone was to override bridge_layout_main in order to get a custom view as the start view, that would now be broken. For one, I relied on this. Maybe other devs too?

Alternatives

No response

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions