The Wayback Machine - https://web.archive.org/web/20200304113234/https://github.com/topics/mobile-web
Skip to content
#

mobile-web

Here are 329 public repositories matching this topic...

tanyichao2017
tanyichao2017 commented Jun 10, 2019

VUX version

2.9.4

OS/Browsers version

windows/Google-chrome 75版本

Vue version

2.6.10

Code

F:\code\vux2\docs>node compile
fs.js:646
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open 'F:\c
ssmuthukumaran
ssmuthukumaran commented Nov 7, 2019

🐛 Bug Report

Operating System: Ubuntu 19.10
Docker Image: budtmo/docker-android-x86-8.1
Docker Version: 19.03.3-ce
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1

Expected Behavior

Clicking on more button on the menu bar next to emulat

robdodson
robdodson commented Sep 26, 2019

Is your feature request related to a problem? Please describe.
When authoring markdown, if you rely on editors which soft wrap lines at 80 or 100 characters, then the actual text will be one long string. This makes diffing text changes in GitHub pull requests difficult to follow.

Describe the solution you'd like
Enable the remark max line length rule and set it to either 80 or 100 cha

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

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

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.