How does IOS devices read javascript in browser? -


i had asked question test project.

the dropdown using boostrap.min.js works in android currently. we've changed location of folders linked boostrap js this: <script type="text/javascript" src="../js/bootstrap.min.js"></script>. notice ../ part added. there no problems reading file on non-ios based devices. when check on iphone, dropdown doesn't work. thought maybe how safari reads css or javascript?

here site btw: http://star-allianz.com/en/en/index.html

i don't own iphone5 or iphone6+ hard me test things.

note: missing files aren't problem because dropdowns still work in android phone.

ps: i've tried using online ios device simulators , built-in google chrome simulator. dropdowns work when load site. however, when using real ios device, don't. keep in mind, works in android. also, i've never made changes bootstrap.min.js.


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -