rcpinheiro

Results 9 issues of rcpinheiro

Hi! Has anyone been able to use this library inside a Cordova app? If so, what steps did you had to do to make it work? Thanks in advance!

question
unconfirmed

I hope OneSignal implements the new Bubbles API from Android 11. It's very useful and I think it will be very easy to do since the only new thing is...

Enhancement / Feature

I guess after October 23th, 2019 this library will stop working? Will it be eventually upgraded to V2 API or this is a dead-end?

When you add markers to MarkerCluster add a optional "number" parameter to the MarkerOptions (default: number=1). That way, MarkerCluster instead of showing the count of Markers, will show the sum...

I've altered the chatroom example to let the user exit the chatroom: ``` $console = new TcpConnection(STDIN); $console->onMessage = function($console, $message) use ($mqtt){ $message=trim($message); if ($message=="exit") { $mqtt->disconnect(); die; }...

Hi! Is there a way to turn off autocomplete on the search? I've tried commenting **_self.bindAutocomplete();** on nativedroid2.js. It turns off autocomplete but a value is never returned when the...

Hi! I'm trying this plugin, the server side is working and returning a valid client token but when I open the plugin, a new page appears for a fraction of...

I guess after October 23th, 2019 this library will stop working? Will it be eventually upgraded to V2 API or this is a dead-end?

I used this plugin for a while with older Cordova 6.x but when I upgraded to 7.1.0 I got this error: ``` ENOENT: no such file or directory, open '[...]cordova-plugin-apiai/www/lib/q.js'...