Sir_G

Results 4 comments of Sir_G

I made fork with updated Howler to version 2.1.2 If anybody need it - please look at [https://github.com/sirg2003/vue-howler](https://github.com/sirg2003/vue-howler)

For anybody having troubles. Try this: ``` import Framework7Keypad from 'framework7-plugin-keypad/src/framework7-keypad.js'; import 'node_modules/framework7-plugin-keypad/src/framework7-keypad.less'; ```

try this solution: https://stackoverflow.com/a/50993547 mkdir platforms\android\app\src\main\aidl\com\android\vending\billing\ copy platforms\android\src\com\android\vending\billing\IInAppBillingService.aidl platforms\android\app\src\main\aidl\com\android\vending\billing\ For Mac mkdir -p platforms/android/app/src/main/aidl/com/android/vending/billing cp platforms/android/src/com/android/vending/billing/IInAppBillingService.aidl platforms/android/app/src/main/aidl/com/android/vending/billing