Hello there. As I was about to launch 2 projects powered by Codoforum, I faced a bug on the reply button not working on mobile view!
The reply simply won't work on mobile, but does works great on webview.
I thought it was something with my files, but I tried on this forum and it also failed!
This is the code that fails to load the reply:
<div class="codo_icon_header col-lg-12 d-none d-sm-block d-lg-none d-block d-sm-none" style="padding: 0">
{if $can_reply}
<button id="codo_create_topic_btn" type="submit" class="btn btn-default btn-light codo_can_reply codo_reply_btn"
style="width:100%">{_t("Reply")}</button>
{/if}
</div>
Anyone have a solution for this?
Hello there. As I was about to launch 2 projects powered by Codoforum, I faced a bug on the reply button not working on mobile view!
The reply simply won't work on mobile, but does works great on webview.
I thought it was something with my files, but I tried on this forum and it also failed!
This is the code that fails to load the reply:
````
<div class="codo_icon_header col-lg-12 d-none d-sm-block d-lg-none d-block d-sm-none" style="padding: 0">
{if $can_reply}
<button id="codo_create_topic_btn" type="submit" class="btn btn-default btn-light codo_can_reply codo_reply_btn"
style="width:100%">{_t("Reply")}</button>
{/if}
</div>
````
Anyone have a solution for this?
BlackBerry enthusiast, entrepreneur, web developer, geek with glasses and enlightened agent!
edited Sep 24 '19 at 2:54 pm
