Implementation of native components using weex and VueJS 2.
-see the blog post on Medium
| Native Web Browser | Native App (ios) |
|---|---|
- download
cdinto repo- npm install
npm start- get
localhosturl (e.g.,192.1.2.48:8081) and browse to it on your phone
- download
cdinto repo- npm install
cdintoplatforms/iosopen .- open
WeexDemo.xcworkspaceon xCode - build to run on your connected ios device
- not fully supported/tested yet
- not fully supported/tested yet
- Implemented camera component - native ios, native browser
- Implemented accelerometer - native ios
- Implemented geolocation alongh with Google Maps API fetches to get address - computer browser, native ios browser, native ios
- Implemented necessary native permissions to enable HTTP protocol, Camera and Geolocation access
- Implement scanner
- Refactoring
- Save picture
Add Google APIFollow more Vue practices- More responsive styling
- Upon first start on ios Weex will ask for update then crash the app regardless of pressing
cancelorupdate. -- restarting the app fixes this. - Font sizes not dynamic. Fully tested and incorporated on iPhone6.
- Scanner does not work.