images in webview missing after upgrade from titanium to appcelerator -


after updating titanium (sdk 3.2.3.ga) appcelerator (sdk 5.1.2.ga) images on local webviews have went missing app. css loads image is:

background-image:url(imgs/images.png) 

this error appears in terminal when accessing webview:

[error] error loading /users/me/library/developer/coresimulator/devices/28073f1b-1fff-459a-ba4a-6cca9eb85ceb/data/containers/bundle/application/2b337e08-79ef-4ee1-a62f-338e45199403/myapp.app/webviews/imgs/images.png 

again, working fine on older versions.

any advice on check local images showing in webviews again?

it seems you've found regression. please check if known issue @ appcelerator jira. if it's not, create ticket, link question provide reproducible code, steps , environment information in ticket itself. don't forget drop link ticket here others can watch you.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -