Bramzor

Results 44 comments of Bramzor

Can you create an issue for this and explain with code examples that it does not return all contacts in the emulator?

You need to ask permissions first. You can use the cordova diagnostics plugin for that.

@rhanesoghlyan: If you do a new find, you will get an updated list right? It is not that these contacts are saved locally, they are just still available in memory...

This plugin is based on the old AddressBook SDK which is deprecated starting from iOS9. I assume you are referring to a feature in the new SDK so in that...

Apparently it does work now when using https://, although there is still an issue with the location as the webpage does only display: "Nginx is functioning normally". So the VirtualHost...

Activating ssl via http://IP:2222/CMD_ADDITIONAL_DOMAINS?action=view&domain=somedomein.ext helped. Could we add this to the flow somewhere or activating it by default when creating a ssl certificate for a domain?

For example yes. Can't we use this inside the plugin? |_if USERSSL="ON"| Show scipt |_else| Show message to activate SSL first including the link |*endif|

Are you using custombuild v2 with nginx_apache ? Because if SSL is not enabled, the nginx config (and also the apache config if I recall correctly) won't have the listeners...

Apache and Nginx are both listening to 443 but in the vhost file, there wasn't any configuration with a vhost for port 443. (Although it was the first SSL certificate...

Which of the 2 will you implement? Hiding the functionality when SSL isn't activated showing a link to activate SSL seems the best option. I'm also going to place a...