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
Post a Comment