Implementation of native components using weex and VueJS 2.
-see the blog post on Medium
Native Web Browser | Native App (ios) |
---|---|
- download
cd
into repo- npm install
npm start
- get
localhost
url (e.g.,192.1.2.48:8081
) and browse to it on your phone
- download
cd
into repo- npm install
cd
intoplatforms/ios
open .
- open
WeexDemo.xcworkspace
on 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
cancel
orupdate
. -- restarting the app fixes this. - Font sizes not dynamic. Fully tested and incorporated on iPhone6.
- Scanner does not work.