Questions tagged [badge]

A badge is a concise visual indication of something important to the user.

A badge is an unobtrusive notification in an application, indicating to the user a count of actionable objects that the user may wish to attend to. For example, number of new emails or unread messages.

A badge is not to be used as an urgent message requiring immediate user action, but rather assists in program flow, giving the user information about another part of the application that is not currently in focus.

867 questions
0
votes
1 answer

How to properly manage "one time" event with angularjs and bootstrap's badges?

I work with angularjs and bootstrap (I'm a beginner with angular). I have a lot of list-group in my app and I need to display a badge on each of them if the user hasn't click on the item yet. Once clicked for the first time the badge is removed (and…
Alex
  • 2,927
  • 8
  • 37
  • 56
0
votes
0 answers

Ruby on Rails - Merit Gem grant_on Not Being Triggered

So I just installed the merit gem and have been using it to implement badges within my application. I define the badge inside the config/initializers/merit.rb file as so: badge_id = 0 [{ id: (badge_id = badge_id + 1), name: 'badge-one', …
ScottOBot
  • 839
  • 3
  • 16
  • 37
0
votes
1 answer

How to prevent Game Center from altering icon badge?

I have an iOS app that until a few months ago used Game Center for turn-based multiplayer functionality. It now uses a custom-built server instead, and I have turned off Game Center for the last versions of the app in iTunes Connect. However, each…
KarlKEP
  • 11
  • 2
0
votes
2 answers

How to use BBBadgeBarButtonItem in swift

I want badge on a BarButton and I came across BBBadgeBarButtonItem but I am not sure if this will work in swift or not. is it possible ? if yes how ? PS I am very new to iOS and swift When I try to use it like the readme file says, I am getting an…
T_C
  • 3,148
  • 5
  • 26
  • 46
0
votes
1 answer

Sinch didReceiveIncomingMessage: called on initialization incorrectly

If a user receives 20 messages in my app, deletes the app, then reinstalls it, their notification badge on their app icon increments to 20 after the first open of the app. The only time that the badge icon is incremented is in my…
Jeremy Kelleher
  • 287
  • 3
  • 13
0
votes
1 answer

Disallow Users from Modifying Backlink URL

I want to to offer my users the ability to embedd a badge I give them on their own websites. However, I do not want them to be able to modify the code. This means that the href should always come back to my website. Example:
0
votes
1 answer

How to set badge icon when push notification is received

I'm working on an iOS chat application which is in a UIWebView. I have implemented push notifications as well. But I want to know how to detect if a chat message(push notification) has been received on a device and be able to set a badge icon…
0
votes
1 answer

When sending notifications via APNS, do you have to set a 'static' badge amount? Can you send a value to add?

I just got push notifications working with my app. It's a Post/Comment style application. If someone answer a users Post, they are sent a push notification. I WANT 1 to be added to the badge. However the value I send appears to SET as oppose to ADD.…
chris P
  • 6,359
  • 11
  • 40
  • 84
0
votes
0 answers

Update tab bar Item badge in iOS

In my iOS application I have 2 tab bar items called 1tab and 2tab. Now, 1tab is selected, so 1tab's view controller is loaded. 2tab's view controller isn't loaded, but I still want to push and mark 2tab with a "New" badge. How can I control the…
석진영
  • 243
  • 4
  • 13
0
votes
1 answer

How to Add a badge to my ImageView in ios?

I am recently working on a chat app. I have a trouble here about handling the incoming messages. I have a tableview which shows all the dialog that i have. Once i receive the new messages i want to add some numbers (which is similar to the badges on…
Bill
  • 45
  • 1
  • 5
0
votes
1 answer

How to remove firefox 36 badge text

Since firefox 36 it is possible to set badge text for a firefox add-on icon: var { ToggleButton } = require("sdk/ui/button/toggle"); var button = ToggleButton({ id: "my-button1", label: "my button1", icon: "./icon-16.png", onChange:…
0
votes
1 answer

Update badge number when app is closed

I am developing an iOS app that aims to receive push notifications as does whatsapp. But I do not know how to make the app when closed (idle, I do not mean in background), this update the badge counter. I can only send payload from a static number,…
0
votes
4 answers

Badge on top of button

I am trying to use a badge on top of button. everything works good but the badge is showing up on back of button. i have tried many suggestions available here but doesn't. please help. thanks in advance
0
votes
1 answer

Make new entries appear bold

I'm trying to create an email-like system where read messages appear normal and new entries/messages appear in bold. I created a css rule to meet the text formatting, but the problem i'm having is implementing it on my loop. thanks $stmt =…
Chidi
  • 35
  • 4