Search found 256 matches

by micke
22:00, 29 Dec 2015
Forum: Questions and answers
Topic: Local notification not working when app is close
Replies: 2
Views: 19002

Re: Local notification not working when app is close

Hi,

Are you using Android?

When you swipe away perhaps the app is closed (not active in the background anymore)?

Best regards, Mikael
by micke
21:22, 29 Dec 2015
Forum: Questions and answers
Topic: How to read Scan response data ?
Replies: 2
Views: 19148

Re: How to read Scan response data ?

@TheRaven Hi, I suggest you use the library "EasyBLE" which makes it easy to access the field "advertisementData" on both Android and iOS. Here is a forum post that provides some pointers: https://evothings.com/forum/viewtopic.php?f=12&t=1385&p=3578&hilit=advertisemen...
by micke
20:27, 29 Dec 2015
Forum: Questions and answers
Topic: Long press and multitouch in Evothings apps
Replies: 2
Views: 17965

Re: Long press and multitouch in Evothings apps

For multitouch, long press and other gestures, I recommend the library hammer.js: http://hammerjs.github.io/ If you want to implement touch events at the lowest level in JavaScript, you can find lots of tutorials on the Internet, for example: https://www.google.se/search?q=html5+multitouch+tutorial ...
by micke
15:23, 16 Dec 2015
Forum: Questions and answers
Topic: Scan parameters in BLE API
Replies: 1
Views: 17986

Re: Scan parameters in BLE API

Hi Alex! Sorry for the super-slow response! Yes as you say Android API Level >= 21 has the possibility to set scan parameters, found this class following your link: https://developer.android.com/reference/android/bluetooth/le/ScanSettings.Builder.html Lets talk further about the settings you wish to...
by micke
11:29, 16 Dec 2015
Forum: Questions and answers
Topic: Scan for BLE devices in the background?
Replies: 4
Views: 40795

Re: Scan for BLE devices in the background?

Only bluetooth-central would be needed for the BLE central role (the plugin does not yet support peripheral role on iOS).
by micke
11:13, 16 Dec 2015
Forum: Questions and answers
Topic: Scan for BLE devices in the background?
Replies: 4
Views: 40795

Re: Scan for BLE devices in the background?

Created an issue for adding iOS background modes to the BLE plugin: https://github.com/evothings/cordova-ble/issues/85
by micke
11:10, 16 Dec 2015
Forum: Questions and answers
Topic: Scan for BLE devices in the background?
Replies: 4
Views: 40795

Re: Scan for BLE devices in the background?

Hi, it is definitely possible to scan in the background. What is needed is to add some definitions to the plugin.xml file. For iOS, this is not currently added, but the plan is to do that. As I recall background mode already works on Android. You can add the background modes required by iOS if you b...
by micke
17:49, 09 Dec 2015
Forum: Questions and answers
Topic: Issue with Google Maps Geomarker and evothings-app.css
Replies: 3
Views: 23051

Re: Issue with Google Maps Geomarker and evothings-app.css

Hi, It might be caused by Google Maps inserting DOM elements that get styled by the Evothings CSS, creating the grey box. One approach to debug the CSS is to use remove debugging using Safari on and OS X machine (for debuggin iOS) and Chrome for debugging Android. Another option, if you can live wit...
by micke
15:16, 09 Nov 2015
Forum: Questions and answers
Topic: Standalone Cordova BLE scanner
Replies: 5
Views: 50998

Re: Standalone Cordova BLE scanner

Hi Anders, The only plugin needed should be com.evothings.ble. To get the advertisement data in a consistent way on Android an iOS you can use the "Easy BLE" library. (https://github.com/evothings/evothings-examples/blob/master/resources/libs/evothings/easyble/easyble.js) There is code in ...

Go to advanced search