I had the exact same issue activating this plugin caused my mobile menu to stop working. After a little digging I realized this plugin includes bootstrap.js when my theme already had it included. This second inclusion caused many issues.
To fix it is easy. Simply modify the following file and comment out line 15:
./ink/install/installation.php:15
That will remove the second bootstrap.js and should fix your themes issues while using this plugin.