-
-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap 5 off canvas, modals, burgur menu dropdowns is not working in php-desktop for windows. #313
Comments
same problem |
Ive figured out the bootstrap issue, but unfortunately I do not know enough javascript to refactor the code. Its a problem with Spread syntax (...) bs5 uses this to allow an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected. Im trying to figure out a way to replace this. Any help from some javascript guys would be appreciated. Its not an issue with arrays or functions because they are supported in Chrome since version 46 but its an issue with objects. Spread in object literals is only supported in Chrome 60+
|
This may help, but I have not tried it personally: https://github.com/coliff/bootstrap-ie11 |
Unfortunately the bundled Chromium version is extremely outdated and many modern features simply do not work. |
i had similar issue and did this temporary fix
Replace path/to/the/bootstrap.bundle.min.js with the path to your original JavaScript file, and new/path/to/the/outputfile/bootstrap.bundle.min.js with the desired output path.
By following these steps, you'll integrate Babel into your project to transpile the Bootstrap bundle script, ensuring compatibility with older environments. |
Is there any way to work with bootstrap 5 and php-desktop for windows. BS 4 is working fine with php-dektop. but i have to use bootstrap 5.
can any one tell me what's the issue with bs5?
can we update chrome version? how?
The text was updated successfully, but these errors were encountered: