NativeScript WebView canvas support?
up vote
0
down vote
favorite
We installed the nativescript-canvas-interface plugin so that we can display something on our app that uses the tag. That tag works in a regular browser but not in our NativeScript app. There's no error to indicate why. Even when we use demos provided by that plugin we don't see anything rendered in the canvas.
Is there something special that needs to be done to get that tag to work or does NativeScript not fully support that tag yet?
canvas nativescript
add a comment |
up vote
0
down vote
favorite
We installed the nativescript-canvas-interface plugin so that we can display something on our app that uses the tag. That tag works in a regular browser but not in our NativeScript app. There's no error to indicate why. Even when we use demos provided by that plugin we don't see anything rendered in the canvas.
Is there something special that needs to be done to get that tag to work or does NativeScript not fully support that tag yet?
canvas nativescript
which version of {NS} are you using?
– Narendra Mongiya
Nov 13 at 0:14
@NarendraMongiyatns --version
says 4.2.4
– Darrell Brogdon
Nov 13 at 15:45
Forgot to ask is it VanillaJS or Angular project and which platform are you testing right now? Android or ios?
– Narendra Mongiya
Nov 13 at 23:37
@NarendraMongiya I'm using VanillaJS with both iOS and Android
– Darrell Brogdon
Nov 16 at 18:31
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
We installed the nativescript-canvas-interface plugin so that we can display something on our app that uses the tag. That tag works in a regular browser but not in our NativeScript app. There's no error to indicate why. Even when we use demos provided by that plugin we don't see anything rendered in the canvas.
Is there something special that needs to be done to get that tag to work or does NativeScript not fully support that tag yet?
canvas nativescript
We installed the nativescript-canvas-interface plugin so that we can display something on our app that uses the tag. That tag works in a regular browser but not in our NativeScript app. There's no error to indicate why. Even when we use demos provided by that plugin we don't see anything rendered in the canvas.
Is there something special that needs to be done to get that tag to work or does NativeScript not fully support that tag yet?
canvas nativescript
canvas nativescript
asked Nov 6 at 18:41
Darrell Brogdon
3,45163453
3,45163453
which version of {NS} are you using?
– Narendra Mongiya
Nov 13 at 0:14
@NarendraMongiyatns --version
says 4.2.4
– Darrell Brogdon
Nov 13 at 15:45
Forgot to ask is it VanillaJS or Angular project and which platform are you testing right now? Android or ios?
– Narendra Mongiya
Nov 13 at 23:37
@NarendraMongiya I'm using VanillaJS with both iOS and Android
– Darrell Brogdon
Nov 16 at 18:31
add a comment |
which version of {NS} are you using?
– Narendra Mongiya
Nov 13 at 0:14
@NarendraMongiyatns --version
says 4.2.4
– Darrell Brogdon
Nov 13 at 15:45
Forgot to ask is it VanillaJS or Angular project and which platform are you testing right now? Android or ios?
– Narendra Mongiya
Nov 13 at 23:37
@NarendraMongiya I'm using VanillaJS with both iOS and Android
– Darrell Brogdon
Nov 16 at 18:31
which version of {NS} are you using?
– Narendra Mongiya
Nov 13 at 0:14
which version of {NS} are you using?
– Narendra Mongiya
Nov 13 at 0:14
@NarendraMongiya
tns --version
says 4.2.4– Darrell Brogdon
Nov 13 at 15:45
@NarendraMongiya
tns --version
says 4.2.4– Darrell Brogdon
Nov 13 at 15:45
Forgot to ask is it VanillaJS or Angular project and which platform are you testing right now? Android or ios?
– Narendra Mongiya
Nov 13 at 23:37
Forgot to ask is it VanillaJS or Angular project and which platform are you testing right now? Android or ios?
– Narendra Mongiya
Nov 13 at 23:37
@NarendraMongiya I'm using VanillaJS with both iOS and Android
– Darrell Brogdon
Nov 16 at 18:31
@NarendraMongiya I'm using VanillaJS with both iOS and Android
– Darrell Brogdon
Nov 16 at 18:31
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
The demo app seems to work just fine on my end, but of course I had to update the project in align with latest typescript template so it could work with CLI 5.x and Xcode 10.
If still have issues, try my fork here
– Manoj
Nov 11 at 14:13
That doesn't work for me. If you want to enable Issues in your GitHub repo I can provide the output.
– Darrell Brogdon
Nov 16 at 18:21
As I mentioned already, I had configured the project for the latest version of CLI and Runtime (v5.0). Upgrade your CLI, clone the repo, and justtns run ios
should work.
– Manoj
Nov 16 at 18:29
I did. tns --version = 5.0.1
– Darrell Brogdon
Nov 16 at 18:32
1
I have enabled issues.
– Manoj
Nov 16 at 18:36
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
The demo app seems to work just fine on my end, but of course I had to update the project in align with latest typescript template so it could work with CLI 5.x and Xcode 10.
If still have issues, try my fork here
– Manoj
Nov 11 at 14:13
That doesn't work for me. If you want to enable Issues in your GitHub repo I can provide the output.
– Darrell Brogdon
Nov 16 at 18:21
As I mentioned already, I had configured the project for the latest version of CLI and Runtime (v5.0). Upgrade your CLI, clone the repo, and justtns run ios
should work.
– Manoj
Nov 16 at 18:29
I did. tns --version = 5.0.1
– Darrell Brogdon
Nov 16 at 18:32
1
I have enabled issues.
– Manoj
Nov 16 at 18:36
add a comment |
up vote
1
down vote
The demo app seems to work just fine on my end, but of course I had to update the project in align with latest typescript template so it could work with CLI 5.x and Xcode 10.
If still have issues, try my fork here
– Manoj
Nov 11 at 14:13
That doesn't work for me. If you want to enable Issues in your GitHub repo I can provide the output.
– Darrell Brogdon
Nov 16 at 18:21
As I mentioned already, I had configured the project for the latest version of CLI and Runtime (v5.0). Upgrade your CLI, clone the repo, and justtns run ios
should work.
– Manoj
Nov 16 at 18:29
I did. tns --version = 5.0.1
– Darrell Brogdon
Nov 16 at 18:32
1
I have enabled issues.
– Manoj
Nov 16 at 18:36
add a comment |
up vote
1
down vote
up vote
1
down vote
The demo app seems to work just fine on my end, but of course I had to update the project in align with latest typescript template so it could work with CLI 5.x and Xcode 10.
The demo app seems to work just fine on my end, but of course I had to update the project in align with latest typescript template so it could work with CLI 5.x and Xcode 10.
answered Nov 11 at 13:58
Manoj
3,4131920
3,4131920
If still have issues, try my fork here
– Manoj
Nov 11 at 14:13
That doesn't work for me. If you want to enable Issues in your GitHub repo I can provide the output.
– Darrell Brogdon
Nov 16 at 18:21
As I mentioned already, I had configured the project for the latest version of CLI and Runtime (v5.0). Upgrade your CLI, clone the repo, and justtns run ios
should work.
– Manoj
Nov 16 at 18:29
I did. tns --version = 5.0.1
– Darrell Brogdon
Nov 16 at 18:32
1
I have enabled issues.
– Manoj
Nov 16 at 18:36
add a comment |
If still have issues, try my fork here
– Manoj
Nov 11 at 14:13
That doesn't work for me. If you want to enable Issues in your GitHub repo I can provide the output.
– Darrell Brogdon
Nov 16 at 18:21
As I mentioned already, I had configured the project for the latest version of CLI and Runtime (v5.0). Upgrade your CLI, clone the repo, and justtns run ios
should work.
– Manoj
Nov 16 at 18:29
I did. tns --version = 5.0.1
– Darrell Brogdon
Nov 16 at 18:32
1
I have enabled issues.
– Manoj
Nov 16 at 18:36
If still have issues, try my fork here
– Manoj
Nov 11 at 14:13
If still have issues, try my fork here
– Manoj
Nov 11 at 14:13
That doesn't work for me. If you want to enable Issues in your GitHub repo I can provide the output.
– Darrell Brogdon
Nov 16 at 18:21
That doesn't work for me. If you want to enable Issues in your GitHub repo I can provide the output.
– Darrell Brogdon
Nov 16 at 18:21
As I mentioned already, I had configured the project for the latest version of CLI and Runtime (v5.0). Upgrade your CLI, clone the repo, and just
tns run ios
should work.– Manoj
Nov 16 at 18:29
As I mentioned already, I had configured the project for the latest version of CLI and Runtime (v5.0). Upgrade your CLI, clone the repo, and just
tns run ios
should work.– Manoj
Nov 16 at 18:29
I did. tns --version = 5.0.1
– Darrell Brogdon
Nov 16 at 18:32
I did. tns --version = 5.0.1
– Darrell Brogdon
Nov 16 at 18:32
1
1
I have enabled issues.
– Manoj
Nov 16 at 18:36
I have enabled issues.
– Manoj
Nov 16 at 18:36
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53178036%2fnativescript-webview-canvas-support%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
which version of {NS} are you using?
– Narendra Mongiya
Nov 13 at 0:14
@NarendraMongiya
tns --version
says 4.2.4– Darrell Brogdon
Nov 13 at 15:45
Forgot to ask is it VanillaJS or Angular project and which platform are you testing right now? Android or ios?
– Narendra Mongiya
Nov 13 at 23:37
@NarendraMongiya I'm using VanillaJS with both iOS and Android
– Darrell Brogdon
Nov 16 at 18:31