Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blur resulting in flat color. #7

Open
nnuvo opened this issue Nov 29, 2018 · 0 comments
Open

Blur resulting in flat color. #7

nnuvo opened this issue Nov 29, 2018 · 0 comments

Comments

@nnuvo
Copy link

nnuvo commented Nov 29, 2018

Using IOS platform on emulator & passing a nativeView object, from a reference.
tns version 4.1.2. iOS & android both 3.0.0 within package.json within tns-core-modules

Blur artifacts also visible.

<StackLayout ref="overlay">
this.blur.on(this.$refs.overlay, "blurMe", 10, 'regular', 1.0).catch(this.handleError);

full package.json dependencies

{
"name": "app",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "soup",
"license": "Proprietary",
"scripts": {
"build": "webpack --env.tnsAction build",
"build:android": "npm run build -- --env.android",
"build:ios": "npm run build -- --env.ios",
"debug": "webpack --watch --env.tnsAction debug",
"debug:android": "npm run debug -- --env.android",
"debug:ios": "npm run debug -- --env.ios",
"watch": "webpack --watch --env.tnsAction run",
"watch:android": "npm run watch -- --env.android",
"watch:ios": "npm run watch -- --env.ios",
"clean": "rimraf dist"
},
"dependencies": {
"mdi": "^2.2.43",
"nativescript-animate-sass": "0.0.2",
"nativescript-blur": "^2.0.0",
"nativescript-camera": "^4.1.1",
"nativescript-dev-sass": "^1.6.0",
"nativescript-gradient": "^2.0.1",
"nativescript-screenshot": "0.0.2",
"nativescript-theme-core": "^1.0.4",
"nativescript-ui-core": "^1.0.1",
"nativescript-ui-sidedrawer": "^4.1.1",
"nativescript-vue": "^1.3.1",
"tns-core-modules": "4.2.0-2018-06-14-04",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "^5.0.0",
"nativescript-vue-externals": "^0.2.0",
"nativescript-vue-loader": "^0.1.5",
"nativescript-vue-target": "^0.1.0",
"nativescript-vue-template-compiler": "^1.3.1",
"node-sass": "^4.7.2",
"ns-vue-loader": "^0.1.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.11.0",
"webpack-synchronizable-shell-plugin": "0.0.7",
"winston-color": "^1.0.0"
},
"nativescript": {
"id": "org.nativescript.vuecc",
"tns-ios": {
"version": "4.2.0-2018.6.26.3"
},
"tns-android": {
"version": "4.2.0-2018-05-31-01"
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant