Naiyyar Abbas

Results 7 issues of Naiyyar Abbas

is there any way to draw region boundaries like zenify.in either using polygons or kml layer using gmap4rails ? Any suggestions? Thanks in advance.

I'm using this gem to send iOS notifications it's working in development but not in production and there is no error. Generated .pem with private key as suggested in documentation

I'm using this gem to send iOS notifications it's working in development but not in production and there is no error. Generated .pem with private key without password.

Hi, Below is my code. It's not setting the detail_font to bold. i have tried in 3 different ways but not setting textfield detail_font to bold. ``` def form_data [{...

I tried using rmq by setting data_detector_type = :all but didn't work ``` def will_appear rmq(UITextView).style{|st| st.editable = false, st.data_detector_types = :all } end ``` Is there a way to...

This is the token description in iOS13 `token = "{length = 32, bytes = 0x965b251e 6cb1926n e3cb366f dfb16ddd e6b9086a 8a3cac9e ... 376eab7C }"` but notifications are not working due to...

Possible to change default bar colors? i'm trying using below code but still getting default colors ``` series: [{ name: 'Profit', data: @data1, style: { color: "e6b7b7", width: 0.25 }...