Krishnadas PC

Results 9 comments of Krishnadas PC

Yes only in this page. You can see this from desktop chrome browser. Click on inspect element and select mobile devices. See the screenshot from the desktop google chrome. https://drive.google.com/file/d/0B6aIJfXwADFjV1QwdVZmb2w5aUk/view?usp=sharing

Found out what was causing the issue. The text was overflowing at two places which are shown in the screenshot. I tried deleting those sections then the issue is fixed....

What I have done is to use a parent element which exists on DOM load. like this. So if anything changes inside it, it triggers. ` $(document).on('change input', '#parent-element-id', function()...

@mkurz as per the latest **main** branch I cannot see the **copy** button when I executed `sbt run` locally. Is that removed from source code?

@mkurz If you could guide me through how to enable those buttons locally I will try to fix this issue. I'm currently on mac m1. Thank you

@mkurz added a PR for this kindly verify ~https://github.com/playframework/playframework/pull/12533~ https://github.com/playframework/playframework.com/pull/578

Sure no format change in this commit. You may review it locally. Format change happened automatically because of the vscode plugin installed.

@mkurz did you verified this PR?

same issue still there anyone found any solutions so far?