
Quote from lolo on February 6, 2026, 12:22 pmПараметры url блокируют интерактивность странцы
URL parameters block page interactivity
Параметры url блокируют интерактивность странцы
URL parameters block page interactivity



Quote from luishp on February 8, 2026, 12:17 pm@lolo I have used parameters many times in many diffrent projects with no issues.
I don't know what could be happening in your project.
@lolo I have used parameters many times in many diffrent projects with no issues.
I don't know what could be happening in your project.

Quote from lolo on February 8, 2026, 3:23 pm@luishp
Странно, у меня всё наоборот. Я вдруг обнаружил, что мой проект может работать только локально, если я загружаю его на хостинг, то получаю пустую страницу, а консоль сообщает, что невозможно обнаружить зависимые файлы. Это странно, попробую переустановить всю систему.Strange, it's the other way around for me. I suddenly discovered that my project can only run locally. If I upload it to the hosting, I get a blank page, and the console reports that dependent files cannot be found. That's odd; I'll try reinstalling the entire system.
@luishp
Странно, у меня всё наоборот. Я вдруг обнаружил, что мой проект может работать только локально, если я загружаю его на хостинг, то получаю пустую страницу, а консоль сообщает, что невозможно обнаружить зависимые файлы. Это странно, попробую переустановить всю систему.
Strange, it's the other way around for me. I suddenly discovered that my project can only run locally. If I upload it to the hosting, I get a blank page, and the console reports that dependent files cannot be found. That's odd; I'll try reinstalling the entire system.

Quote from lolo on February 8, 2026, 7:07 pm@luishp
Не работает! я сделал для Вас тестовый проект
It doesn't work! I made a test project for you.
@luishp
Не работает! я сделал для Вас тестовый проект
It doesn't work! I made a test project for you.

Quote from luishp on February 9, 2026, 8:45 pm@lolo, you’re right.
For some reason, the page-enter and start-up events are not firing when a parameter is sent.
This is quite strange. I'm not sure why it is happening.
I will have to investigate it...
@lolo, you’re right.
For some reason, the page-enter and start-up events are not firing when a parameter is sent.
This is quite strange. I'm not sure why it is happening.
I will have to investigate it...

Quote from lolo on February 12, 2026, 9:00 pm@luishp
Я думаю проблема в обработчике$locationChangeStart, он извлекает url с параметрами
I think the problem is in the $locationChangeStart handler, it retrieves the url with parameters
@luishp
Я думаю проблема в обработчике $locationChangeStart, он извлекает url с параметрами
I think the problem is in the $locationChangeStart handler, it retrieves the url with parameters

Quote from luishp on February 16, 2026, 9:39 pm@lolo it seems the problem only appears when you try to get the parameter value from page-enter or start-up events.
If you use GetURLParameter within a button click it works fine.
What I don't understand is why sending a URL parameter prevents both events to execute with no errors at all...
@lolo it seems the problem only appears when you try to get the parameter value from page-enter or start-up events.
If you use GetURLParameter within a button click it works fine.
What I don't understand is why sending a URL parameter prevents both events to execute with no errors at all...

Quote from luishp on February 17, 2026, 2:05 pm@lolo, sorry, this is how it works:
This is correct:
https://domain.com/?param=value#!/pagenameThis is incorrect:
https://domain.com/#!/pagename?param=value
@lolo, sorry, this is how it works:
This is correct:
https://domain.com/?param=value#!/pagename
This is incorrect:
https://domain.com/#!/pagename?param=value
