-
Notifications
You must be signed in to change notification settings - Fork 30
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
SvgCachedImage does it work? #49
Comments
Could you tell me your test environment more details? https://gist.github.com/myroot/bb8cd40888ad95b31025957d6335d774 |
I tested on active watch with tizen 4. Did you try on xaml as well? I am also on xf 4.3 but i think it should be also working. Otherwise tomorrow I will try to create a repro |
Yes, it is also working on xaml. Could you share your all source code? including svg image resource? |
sorry for late reply. here is the repro attached. I still cannot make it work with svg |
The attached project was working on my emulator and target emulator information
target information
|
I tested on real device with galaxy watch active and it doesnt work there. |
I also test real device with galaxy watch (not active but i thinks it does not matter) and it is working well
Could you show your device software version? |
tizen 4.0.0.7 |
I also check on galaxy watch active real target and it is working well |
@EmilAlipiev You can check out the logs with the following command in shell.
|
it looks like that something wrong with skiasharp
why is it looking for Version=1.68.0.0? I am referencing on older version. Does it mean that tizen watch application only works with skia Version=1.68.0.0 and above? |
Ok nothing to do with version. I have upgraded on newer version but error changed.
|
these could be releated |
@EmilAlipiev We have issue on Tizen.NET.Sdk, so To fix early, Please add
please refer below link |
I just had a chance to test the workaround but i am still getting exception. Now it throws exception below.
|
@EmilAlipiev Could you share your app code? before shared app was not using resource but, now your log show failed on loading from resource. |
SvgTest.zip
|
@EmilAlipiev Could you share a log with the attached project? because it is working well on my devices.
This is not SvgTest.Tizen log. I want to get a same envirement with you |
here are the related logs for this project. I dont understand why it works for you not for me.
|
This exception was occurred in FFImageLoading.Svg, it is really hard to figure out a reason. |
Finally this worked fine for me. I dont know why but i had to install Skiasharp 1.68 version separately. |
Another update; This is getting pretty annoying. It still doesnt work on my watch Galaxy Active. It works on emulator but not one the watch. I did all cache cleaning rebuild and reinstall etc. but nothing helped. Logs are showing skia errors like below. I dont really understand what to do here.
Is there actually 2 different behavior on debugging in emulator vs in real device? |
After long time i came across the this issue again. This is related sdb server/client i believe. I have 2 installations if i set the path of Tizen Studio, it doesn't work. I downloaded latest version today and tried. |
I followed the docu and it claims that svg support is working for Tizen,
But i cant make it work it. I tried using embedded image and under res folder as below but doesnt work at all for me. I am on tizen 4.0.
I added line
The text was updated successfully, but these errors were encountered: