Dr.Random
KPCKevin Powell - Community
•Created by Zenon on 6/18/2023 in #front-end
Localization: multilingual website
Yeah, it is better to do it at server side. Languages can still be in database and not in a file from memory. And you can ofc do this exact same thing at the backend with server side rendering.
19 replies
KPCKevin Powell - Community
•Created by Zenon on 6/18/2023 in #front-end
Localization: multilingual website
That is a simplified example. You can fetch the language json from your backend or from a CDN. It's up to you
19 replies
KPCKevin Powell - Community
•Created by Zenon on 6/18/2023 in #front-end
Localization: multilingual website
19 replies
KPCKevin Powell - Community
•Created by Zenon on 6/18/2023 in #front-end
Localization: multilingual website
Here is an example in codepen
19 replies
KPCKevin Powell - Community
•Created by Zenon on 6/18/2023 in #front-end
Localization: multilingual website
What I have done is that I have three language json files with the same key for a given word. On my page I have an attribute called lang with the word key in there. If the user clicks on the desired language I fetch the corresponding json file, iterate over it and replace every word on the html which has a lang attribute with the key specified. I will write you an example soon.
19 replies
KPCKevin Powell - Community
•Created by Dr.Random on 6/2/2023 in #front-end
Mobile virtual-keyboard pushes up content
3 replies
KPCKevin Powell - Community
•Created by Dr.Random on 6/2/2023 in #front-end
Mobile virtual-keyboard pushes up content
Here is how it looks like on mobile when the virtual keyboard is visible:
https://i.stack.imgur.com/RNLmu.png
The weird thing is that i can scroll the body or at least the document, even if i specified the following css for the body:
I have tried without flex box, with different positions and different javascript alternatives.
Tried to make my header and footer fixed/absolute but it did not help either.
When my footer is fixed, it works in a way, but the header does not.
This javascript snippet is helping somewhat.
It does resize my body to the correct height when the virtual keyboard is visible but i can still scroll the entire document??
The javascript "fix" is what i want, but without the ability to scroll the document meanwhile. I want the same chat behaviour which is on discord or any other message platform.
When the virtual keyboard pops up, i want to squeeze my chat message body into the available space along with my header and footer.
Here is a gif demonstrating the javascript fix problem:
3 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
Well it does not work on codpen but I will test it locally
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
Thank you very much. I'm sitting on this two days straight
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
It seems to me that I can't scroll in android. Will check without codepen
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
Thank you for your kindness. I will check it out!
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
well, it seesm that the fix is not working on codepen for some reason.
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
And I can't scroll below the footer
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
I want that layout which is in discord. If I click on the text area both the footer and the header is visible
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
I will add this js to the codpen commented out
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
Yeah, thanks. 😄
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
Js is in the post
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
If you inspect it in full screen on a mobile device you can see the overflow
36 replies
KPCKevin Powell - Community
•Created by Dr.Random on 5/14/2023 in #front-end
Web app pushes entire content up when virtual keyboard is up
The codpen demonstrates the problem with the basic layout.
36 replies