Jasonette / Jasonette/JASONETTE-iOS
$load event should be consistent on Android and iOS
Open
- Dominant language
- JavaScript
- Stars
- 5.2k
- Forks
- 347
- PR merge metrics
- No merged PRs in 30d
Description
When you do something like
```
{
"$load": {
"type": "$reload"
}
}
```
on iOS it works fine but on Android it goes into infinite loop (which is the expected behavior).
Will need to take a look and make sure the behaviors are consistent.
Contributor guide
Research direction
Reproduce the supplied $load/$reload example on both Android and iOS, then trace how each platform handles the $load event. Compare the two implementations and define the fix by achieving consistent behavior for this case; the issue names no files or tests to start from.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, ios
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100