Hello,
Whenever I use the new Flexmonster function and click minimize and then restore the window to normal size a new Toolbar shows up, check the attached image.
Heres my code:
angularjs
$scope.pivot = new Flexmonster({
"container": "#pivot",
"componentFolder": "https://cdn.flexmonster.com/",
"toolbar": true,
...});
html
<div id="pivot"
fm-pivot
fm-component-folder="https://cdn.flexmonster.com/">
</div>
Best Regards,
Tiago
Hello, Tiago,
Thank you for reaching out.
Recently, our team fixed a similar issue with multiple Toolbars appearing (see the corresponding Support Forum thread). The fix is available in the latest version of Flexmonster since v2.8.31.
We have not managed to reproduce the issue on our AngularJS examples on GitHub. Could you please provide us with a sample project where the issue is reproducible? This would greatly help us in solving this case.
Thank you, and looking forward to your response.
Kind regards,
Vera
Hello, Vera,
Thanks for the answer, updating the flexmonster version did the trick, worked like a charm.
Best Regards,
Tiago