Please add iPadOS 14 support
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 26
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Please add iPadOS 14 support.
play.js - The Node.js and React Native IDE for iPhone and iPad
```
(node:2503) [cachedir] Warning: the platform "ios" is not currently supported by node-cachedir, falling back to "posix". Please file an issue with your platform here: https://github.com/LinusU/node-cachedir/issues/new
Uncaught Error: Platform: "ios" is not supported.
at getPlatFormBinaryFolder (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/cypress/lib/tasks/state.js:53:13)
at Object.getBinaryDir (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/cypress/lib/tasks/state.js:81:44)
at Object.start (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/cypress/lib/tasks/verify.js:228:25)
at Object.start (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/cypress/lib/exec/run.js:209:19)
at Command. (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/cypress/lib/cli.js:323:29)
at Command.listener [as _actionHandler] (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/commander/index.js:413:31)
at Command._parseCommand (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/commander/index.js:914:14)
at Command._dispatchSubcommand (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/commander/index.js:865:18)
at Command._parseCommand (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/commander/index.js:882:12)
at Command.parse (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/commander/index.js:717:10)
at Object.init (/private/var/mobile/Containers/Data/Application/049554EB-AEC1-4A8F-987F-1743565A3097/Documents/apps/CYPRESS08AB28AB-455E-480F-B7A0-E155871DDC4A/src/node_modules/cypress/lib/cli.js:403:20)
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported iPadOS 14 failure and start at the getPlatFormBinaryFolder call shown in the stack trace, then inspect node-cachedir's platform handling. The work is done when the package provides a usable cache directory on iPadOS 14 without the unsupported-platform error; the issue does not name repository files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript, node.js
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100