search

Home  >  Q&A  >  body text

angular.js - Angular mask layer when doing click-to-purchase

When developing a mobile app, I want to make a mask layer similar to Taobao’s click-to-purchase layer

Do you have any ideas or possible methods?

淡淡烟草味淡淡烟草味2808 days ago672

reply all(2)I'll reply

  • 滿天的星座

    滿天的星座2017-05-15 17:06:37

    angulajs’ modal can be used, $uibModal.open()

    reply
    0
  • PHPz

    PHPz2017-05-15 17:06:37

    You can use the command framework in angular-material to control the mask direction, the sidenav command component inside, and then use the corresponding built-in services to easily achieve similar effects. If it is native, it is also recommended to use instructions to encapsulate dom binding events

    reply
    0
  • Cancelreply