Hello!
Manufacturer Autocomplete does not work when I add products in the admin panel with iPhone.
Manufacturer List is showing, but can not select. The same problem with Safari or Google Chrome.
Only does not work with iPhone. No problem with a Android Device or Windows PC.
oc4.0.2.1
iOS16.5.1
Best regards
ww
Manufacturer Autocomplete does not work when I add products in the admin panel with iPhone.
Manufacturer List is showing, but can not select. The same problem with Safari or Google Chrome.
Only does not work with iPhone. No problem with a Android Device or Windows PC.
oc4.0.2.1
iOS16.5.1
Best regards
ww
Looks like this is a known issue. Sadly it's another one that has been closed without a fixing. https://github.com/opencart/opencart/issues/12344
There is a suggested fix.
https://github.com/opencart/opencart/is ... 1609799356
There is a suggested fix.
https://github.com/opencart/opencart/is ... 1609799356
@ADD Creative
Thank you so much for looking into the problem.
I added an if condition as below instead of comment out $dropdown.removeClass('show');
Thank you so much for looking into the problem.
I added an if condition as below instead of comment out $dropdown.removeClass('show');
Code: Select all
let ua = window.navigator.userAgent.toLowerCase();
if(ua.indexOf('iphone') === -1 && ua.indexOf('ipad') === -1) {
$dropdown.removeClass('show');
}
You shouldn't yet use OpenCart 4 for production sites, it's still too much subject to bugfixes and development.
The Safari browser tends to be nightmare to be supported these days ...
The Safari browser tends to be nightmare to be supported these days ...
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Did you try the solutions posted above?craigbaines wrote: ↑Mon Sep 25, 2023 7:08 amDid this fix your issue? Im on 4.0.2.3 an it doesn't seem to help! SO frustrating.....
I did yeah, it made no difference for me. I'm not sure if it's me being dumb. The change definitely took effect, I checked it with some random alerts thrown in.
*edit: yep, it was night night brain fog at play. I was editing the wrong line. $dropdown.removeClass('show'); repeats 10 or so lines below, doh!
*edit: yep, it was night night brain fog at play. I was editing the wrong line. $dropdown.removeClass('show'); repeats 10 or so lines below, doh!
What have you tried?agenziarc@yahoo.com wrote: ↑Tue Nov 14, 2023 4:22 amhow did you solve it, I can't solve it. Does not work with iPhone and iPad
Have you read through this topic and tried the suggested fixes?agenziarc@yahoo.com wrote: ↑Tue Nov 14, 2023 5:58 amautocomplete order admin customer. but not only
if the file is common.js to be corrected in admin, can you send it corrected? I have version 4.0.2.3.
Line 488 in admin/view/javascript/common.js.agenziarc@yahoo.com wrote: ↑Wed Nov 15, 2023 12:38 amif the file is common.js to be corrected in admin, can you send it corrected? I have version 4.0.2.3.
https://github.com/opencart/opencart/bl ... on.js#L488
It is.
Code: Select all
$dropdown.removeClass('show');
Code: Select all
//$dropdown.removeClass('show');
viewtopic.php?t=231839#p860353
Who is online
Users browsing this forum: No registered users and 1 guest