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

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

Open
AvinashDalvi89 opened this issue Apr 25, 2022 · 0 comments
Open

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

AvinashDalvi89 opened this issue Apr 25, 2022 · 0 comments

Comments

@AvinashDalvi89
Copy link

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;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant