Overflow auto doesn't work in android browser

后端 未结 1 1051
无人共我
无人共我 2020-12-10 10:06

I have a page with the following directives


I generate dy

相关标签:
1条回答
  • 2020-12-10 10:31

    The overflow: auto property for a <div> is not yet available in Android. You'll have to find a work around for this. I mean using the combination of JavaScript, css, HTML you can achieve this.

    Check this out.

    Hope this helps.

    0 讨论(0)
提交回复
热议问题