Has something been changed in PG Pro v.5 that now makes a user double-click on a navbar dropdown tab to open its dropdowns? My earlier builds require only a single click to display the dropdowns. Is there a setting in the bootstrap.min.js file that I can change to switch this back to a single click (or even a mouse-over)?
Thanks for your tip, Marf.
The issue was inside the browser and after many efforts to resolve, I discovered that PG Pro 5 adds an extra CDN script that causes the double-click issue. Removing:
"script type=“text/javascript” src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script" solves the problem.
(I placed the script in quotes so it displays here … I don’t know how to otherwise comment a script so it shows)
As far as I know (and I have just tested) there is no such double click issue (nor js script from CDN added in the source) from the default templates and components. I guess this is probably the result from another manipulation.
Please, try with a blank new project to be sure of the situation.