Zvi Karp

Results 12 comments of Zvi Karp

Assume you have hard-refreshed the app, correct? This plugin uses channel methods and to sync them you need to hard-refresh and not just hot-reload.

@amanuel2 Here is a code to add firebase list to David Mulder's datatable: Just add it to your js ``` ready: function() { this.data = [] var userId = firebase.auth().currentUser.uid;...

I'm no thingsboard expert but you might what to check: 1. can you connect to other sites (or even just ping). 1. could it be that the token expired. 1....

@SrBrahma a quick and dirty hack is to add the content of the [contextmenu css](https://github.com/aratcliffe/Leaflet.contextmenu/blob/master/dist/leaflet.contextmenu.css) to your `index.css` file.

@danagbemava-nc I can confirm this issue still exists in flutter 3.3.7-stable, even though this issue was opened over a year ago. it is important that flutter can run smoothly on...

I don't know if this issue is related, it occurs only in flutter web, not on mobile. The dropdown items appear on the other side of the screen (as if...

I'm sorry, my issue was due to the responsive_framework package, which is probably related to the issue https://github.com/Codelessly/ResponsiveFramework/issues/3 .

Also, I would like to implement a custom app check provider in Flutter but there is no way to do it currently. Now that SMS costs are per send and...

@chrisagay do you use [identity verification](https://documentation.onesignal.com/docs/identity-verification)? Apparently, it is not supported yet in v5.x.x even though the method is there... I spend so much time trying to figure this out!

I had the same issue, it was my bad, I forgot to uncomment from `Podfile`... ``` ## dart: PermissionGroup.sensors # 'PERMISSION_SENSORS=1', ```