When I click inside the texting box, my website expand itself making it not mobile responsive. I have to zoom in to return back to normal. This happen mostly on mobile browser. Any solution to this?
You're welcome :D
Thanks @Dominik L. Now working perfectly
Use the component I linked
This one:
https://www.opensource-socialnetwork.org/component/view/5780/customs-css-js
Then go to your admin panel -> configure -> CustomCSS/JS and then under "frontend JS" you add this code
Thanks for the reply @Dominik L. Please can you tell me step by step on getting this done. Where should I add the code you gave? I’m not a pro with programming
Use Custom CSS/JS (click here) and add for frontend JS:
document.addEventListener('DOMContentLoaded', function () {
var viewport = document.querySelector("meta[name=viewport]");
if (viewport) {
viewport.setAttribute('content', 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no');
} else {
viewport = document.createElement('meta');
viewport.name = 'viewport';
viewport.content = 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no';
document.head.appendChild(viewport);
}
});
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)