|
<< Click to Display Table of Contents >> Navigation: Telegram > 2025 > 01 > 14 > Telegram_2025-01-14T19 |
2025-01-14T19:19:01
Yes, it does work perfectly with templates as well.
Very likely you have something else that runs after our own code that sets focus or changes the position of the page, no?
2025-01-14T19:19:52
Not sure how many external JS libraries you are including in your project, but try to find something that calls setFocus(), especially if they are using document.body.setFocus() which will make the page scroll to the top
2025-01-14T19:26:56
\Intraweb Course with Lazarus - Start in February!\
The opportunity to learn how to create web systems with Lazarus and Intraweb in a simple and practical way has arrived!
Vacancies are limited and classes start in February.
?? What will you learn?
?? More than 20 step-by-step classes for you to master development with Lazarus and Intraweb.
?? Access to the complete source code of the project.
?? Exclusive support through a dedicated group!
?? Everything you need to create modern and functional systems.
?? Exclusive Discount for Phoenix Academic Students
?? 50% discount for Phoenix Academic students.
?? Only 10 discount coupons will be released in the group!
?? Value and coupons will be revealed on February 1st!
?? If you are interested in participating, join the group:
type: link https://chat.whatsapp.com/EsQiaCM9AwNIpU7R8oNgz1
Don't miss this chance to learn from those who understand and start creating your own web systems! ??
2025-01-14T19:44:08
It also occurred to me that you may have a JS error somewhere that prevents IW code to run when it should. Open Dev tools (F12) and watch the console tab. See if when the page loads there is any error showing up