Jasonette / Jasonette/JASONETTE-iOS

Enable tab bar item to response to href or action

Open
#22 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

discussion feature request
Dominant language
JavaScript
Stars
5.2k
Forks
347
PR merge metrics
No merged PRs in 30d

Description

use case: tap tab bar item to open camera

```
{
"image": "https://raw.githubusercontent.com/Jasonette/Twitter-UI-example/master/images/home.png",
"text": "Create Payment",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Twitter-UI-example/master/moments.json",
"href": {
"view": "PaymentViewController"
},
"action": {
"type": "$util.alert",
"options": {
"title": "Good job!",
"description": "You know how to press a button!"
}
}
}
```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the tab bar item handling and how the shown href and action fields are represented. Trace the tap path for a tab bar item, then verify that an href opens the requested view and an action triggers the requested behavior when tapped.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, javascript
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.