Paola De Bartolo
Paola De Bartolo
HI, @smashah. I did a checkout of the repo and then went to the [index.html](https://github.com/open-wa/whatsapp-button/blob/master/demo/index.html) file (in the demo folder) There I switch the whatsapp-button tag to this: ` `...
Workaround: ```java dialog.getElement().executeJs("" + "this.__noCloseOnOutsideClick = this.noCloseOnOutsideClick;" + "this.__readyForClosing = false;" + "this._handleOutsideClick = e => {" + " if(this.__readyForClosing) { " + " this.noCloseOnOutsideClick = this.__noCloseOnOutsideClick; " + "...
I have done some local testing and when clicking the orgchart export button I see this exception in browser console:  Need to investigate more.
Hello, if you change your code to ```java gmaps.addCustomControls(new CustomControl(button2, ControlPosition.TOP_CENTER),new CustomControl(button1, ControlPosition.BOTTOM_CENTER)); ``` it works as expected. We understand that calling the method "_addCustomControls_" can be confusing so we're...
> My use case involves adding buttons dynamically, > Also, there is no way to remove a Custom Control. Those requirements will require some investigation. I will create a new...
Here's the new issue https://github.com/FlowingCode/GoogleMapsAddon/issues/128. @JariHanah could you add there any additional information about your use case and expected behavior? Thanks.
Hello @JariHanah as mentioned in this comment https://github.com/FlowingCode/GoogleMapsAddon/issues/127#issuecomment-2115271061 this ticket would only address the update of addCustomControls to setCustomcontrols without any other change, which fixes the original reported issue. That...
Released with version [2.2.0](https://github.com/FlowingCode/GoogleMapsAddon/releases/tag/google-maps-2.2.0).
I did some testing regarding this issue. Following the instructions in the [migration link](https://developers.google.com/maps/documentation/javascript/advanced-markers/migration) did not work as straight forward at it is supposed to. Problems or differences I found:...
The animation property doesn't seem to be working on the web-component so I need to investigate a little bit more before doing more changes.