I have a java script code which is working fine in android mobiles but it is not working in ios:
I have a drop-dwon select option for country : on selecting the country only the related states should be available in the next text box. This scenario is working fine in android but when coming to ios all the states are being displayed even when the country selection is made
Just to let you know that Safari on iOS DOES support javascript so that is not the problem. Most likely it is a small issue on the script itself or potentially a cached page where the script is incomplete.
You can enable the developer mode on Safari on iOS in the Settings and you might be able to see the error.
Every browser .. Safari, Chrome, Firefox, Android etc has its own javascript engine and they are all slightly different and there may be a subtle difference in they way they parse your code.
You can enable the developer mode on Safari on iOS in the Settings and you might be able to see the error.
Every browser .. Safari, Chrome, Firefox, Android etc has its own javascript engine and they are all slightly different and there may be a subtle difference in they way they parse your code.
Without your code we cannot advise.