Skip to content
#

mobile-web

Here are 351 public repositories matching this topic...

MonsterGoGoGo
MonsterGoGoGo commented Apr 15, 2020

我的vue.config.js配置

  configureWebpack: config => {
    require('@vux/loader').merge(config, {
      plugins: ['vux-ui']
    })
  }

vux及vux-loader版本

"vux": "^2.9.4",
"vux-loader": "^1.2.9"

npm run serve/build 时报错如下内容

Error: [BABEL] unknown: Preset /* your preset */ requires a filename to be set when babel is called directly,

babel.transform(code,

zellzh
zellzh commented Jan 21, 2020

Version

2.0.0-beta.4

Reproduction link

https://didi.github.io/cube-ui/example/#/scroll/v-scrolls

Steps to reproduce

1.配置bs的click: true

2.监听内层bs内容的click事件

3.在移动端真机测试click产生bug

What is expected?

内外层bs配置click: true后, 在移动端能正常触发click事件

What is actually happening?

1.当内外层bs都配置click: true时: 外层能滚动阶

anoppe
anoppe commented Feb 19, 2020

🐛 Bug Report

Operating System:
macOS 10.15.3

Docker Image:
budtmo/docker-android-x86-10.0

Docker Version:
Docker Desktop v2.2.0.3

Docker-compose version (Only if you use it):
N/A

Docker Command to start docker-android:
N/A

Expected Behavior

docker build completes without errors

Actual Behavior

An image is build based on budtmo/docker-android-x86-10.0

willsmanley
willsmanley commented Feb 23, 2020

I was thinking perhaps it would be nice to show something to new users explaining that the actual calculation of "rvh" basically boils down to this:

document && document.documentElement && document.documentElement.clientHeight || window.innerHeight

For a long time I used the package without knowing how this calculation was made, but opening up the files really helped.

Recently I

cbettinger
cbettinger commented Apr 3, 2018

Calling phonon.navigator().changePage(pageName) does not do anything if pageName is a prefix of phonon.navigator().currentPage.

The following conditions prevents unnecessary changes from the current page to the current page, but it prevents changes to other pages with the current page name as a prefix, too.

if(window.location.hash.indexOf(hash) === -1 && opts.useHash) {
   window.locat
v1
mahnunchik
mahnunchik commented Mar 24, 2020

Элементы которые имеют "подложку" (алерт, модалка) при достаточно быстром клике на закрыть/отменить/скрыть скрывают визуально свой элемент, но не закрывает "подложку" из за чего интерфейс блокируется.

Очень долго ловил багу сам, но поймал.

Josh68
Josh68 commented Sep 24, 2018

Is your feature request related to a problem? Please describe.
I could in no way get this project to work in Windows, including by using the variety of Node (non-NPM) commands reviewed in the videos

Describe the solution you'd like
Be able to use this project in Windows

Describe alternatives you've considered
Trying to follow alternative approaches, other than using the docume

vkrv
vkrv commented Jan 16, 2017

Add to documentation to particular component information about it's inheritance tree (e.g. WebItem->Rectangle->Item), so inherited properties and methods can be easily accessible.
Having kind of inheritance structure would be nice:
"interits": {
"name": "Rectangle",
"ref": "core/Ractangle",
"inherits": {
"name": "Item",
"ref": "core/Item",
"inherits

Improve this page

Add a description, image, and links to the mobile-web topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mobile-web topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.