wendt88

Results 17 issues of wendt88

Bootstrap 4 is now on beta 2 and they changed the form validation (again). https://getbootstrap.com/docs/4.0/components/forms/#validation Can you maby update your classes to the newest bootstrap? https://getbootstrap.com/ Thx!

error with `html-webpack-plugin` version >= `4.0.0-alpha.1` The expected HtmlWebpackPlugin hook was not found! Ensure HtmlWebpackPlugin is installed and was initialized before this plugin downgrade to `4.0.0-alpha` works

### Version 2.7.0 ### Reproduction link [https://play.nativescript.org/?template=play-vue&id=2zRQQY](https://play.nativescript.org/?template=play-vue&id=2zRQQY) ### Platform and OS info iOS ### Steps to reproduce Clone the working example, upgrade `nativescript-vue` to >= `2.7.0` and run it ###...

priority:normal
V2

### Version 2.2.2 ### Reproduction link [https://play.nativescript.org/?template=play-vue&id=8TYm1r](https://play.nativescript.org/?template=play-vue&id=8TYm1r) ### Platform and OS info Android and iOS ### Steps to reproduce created `Tabs` or `BottomNavigation` async (render them after after the page...

priority:normal
V2

### What problem does this feature solve? I created my own Api vue plugin which exntends Vue: ``` export default { export default { install: (Vue) => { Vue.prototype.$api =...

priority:normal

**Environment** - nativescript: 8.0.2 - @nativescript/core: 8.0.8 - @nativescript/android: 8.0.0 - @nativescript/ios: 8.0.0 **Describe the bug** Could not set label and button colors for `Dialogs` via `css` (to handle dark...

bug

It would be nice to use `mipmap`'s as notification icon like the [new launcher icon](https://developer.android.com/studio/write/image-asset-studio) for example add this snippet [here](https://github.com/EddyVerbruggen/nativescript-feedback/blob/master/src/feedback.android.ts#L132): ``` let defType = 'drawable'; let segments = resourcename.split('/');...

It would be nice to include also other file types in iOS from the storage/cloud using [IQMediaPickerController](https://github.com/hackiftekhar/IQMediaPickerController) like [nativescript-mdeiafilepicker](https://github.com/jibon57/nativescript-mediafilepicker), if `mediaType` is set to `Any`.

help wanted
feature
good first issue

## tns info ``` √ Getting NativeScript components versions information... √ Component nativescript has 6.7.6 version and is up to date. √ Component @nativescript/core has 6.5.8 version and is up...

create a new vue app with `tns create test --vue` and add `nativescript-mapbox`. Created a second component and add a Mapbox to the first. with `this.$navigateTo` navigate to the second...