Проблема с Jquery mobile на веб-странице - PullRequest
0 голосов
/ 06 августа 2020

Я новичок в веб-разработке и работаю над незначительным обслуживанием гибридного android приложения.

Итак, для этого приложения необходимо добавить новую готовую функциональность сторонних разработчиков, которая требует использования jquery версии: jquery .mobile-1.5.0-alpha.1.min.

Но когда мы включаем тег скрипта, ссылающийся на этот файл, происходит несколько странных вещей.

Например, ниже приведено изображение одного из экранов перед добавлением ссылки на файл jquery. Обратите внимание на нижнюю панель, которая содержит кнопки для согласия и несогласия.

enter image description here

enter image description here

Above is the same screen after including the script tag referring to the 1.5 file. As you can see, the bottom bar has come up making the screen looks crunched.

I have inspected this and could see that adding the link to the jquery file is causing the height of the content section to be set to zero.

The last attribute (height) of the highlighted line is set to zero on adding the script tag to refer the jquery file.

Without adding the script tag, the height is set to 927px as below:

I tried my best to understand the code in the jquery.1.5 file but I need much more JS knowledge to understand what is causing the height to be set to zero.

Can somebody help me on what would be the issue here or guide on how I should proceed to understand the issue.

enter image description here

1

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...