-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Tizen webapis access #713
Comments
Can you please provide more details about where/how you expect the tizen apis to be available? They should work, code, you should have |
Well in debug mode webapis is not available, thought it is common. Had to you use static DEV params and it works. But, is there is any way to access webapis in DEV mode?! |
Mind that app shell doesn't include $WEBAPIS script tag in header. |
The code that I referenced, the |
I did, but always webapis undefined in debug mode, while .tizen is there as will well as .avplay |
then I'm guessing it's a limitation by the tv? If it exists it should be injected. But I think you can debug prod applications with weinre. Can you try to run your prod version with |
Well, ReNative v 0.32.1 webapis API ARE PRESENTED :) |
It's not very clear to me how to access tizen object, for example, how to access this? tizen.application.getCurrentApplication().exit(); when I try to access the "application" property (also in chrome devtools) the tv app instantly crashes without any error message |
just realised that with "bundleAssets": true in the debug scheme it works, when using appShell it crash (renative 0.33) |
It doesn't work with me to access Tizen webapis API. Any solution for that?1
The text was updated successfully, but these errors were encountered: