Overflow auto doesn't work in android browser

后端 未结 1 1052
无人共我
无人共我 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

    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)
提交回复
热议问题