Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Add another switch case for iPadOS in TabbedBar.js #13

Description

@AvinashDalvi89

Link to this issue tidev/titanium-sdk#13420

for iPad 4th generation getting iPadOS as platform name.

https://github.com/Marcocanc/TiModules/blob/master/TabbedBar/TabbedBar.js#L22

case "iPhone OS":
case "iOS":
case "iPadOS":
        return {
                    createTabbedBar: function (options) {
                        return Ti.UI.createTabbedBar(options);
                    }
                };
        break;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions