René's URL Explorer Experiment


Title: NS 8.2.0+ iOS Base64 images disappearing after scrolling ListView/RadListView · Issue #9820 · NativeScript/NativeScript · GitHub

Open Graph Title: NS 8.2.0+ iOS Base64 images disappearing after scrolling ListView/RadListView · Issue #9820 · NativeScript/NativeScript

X Title: NS 8.2.0+ iOS Base64 images disappearing after scrolling ListView/RadListView · Issue #9820 · NativeScript/NativeScript

Description: Issue Description When upgrading @nativescript/core from 8.1.5 to latest 8.2.1 (or 8.2.0), I notice that images inside ListView/RadListView are disappearing after scrolling when using base64 ImageSources on iOS. They appear again when re...

Open Graph Description: Issue Description When upgrading @nativescript/core from 8.1.5 to latest 8.2.1 (or 8.2.0), I notice that images inside ListView/RadListView are disappearing after scrolling when using base64 ImageS...

X Description: Issue Description When upgrading @nativescript/core from 8.1.5 to latest 8.2.1 (or 8.2.0), I notice that images inside ListView/RadListView are disappearing after scrolling when using base64 ImageS...

Opengraph URL: https://github.com/NativeScript/NativeScript/issues/9820

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"NS 8.2.0+ iOS Base64 images disappearing after scrolling ListView/RadListView","articleBody":"### Issue Description\n\nWhen upgrading @nativescript/core from 8.1.5 to latest 8.2.1 (or 8.2.0), I notice that images inside ListView/RadListView are disappearing after scrolling when using base64 ImageSources on iOS. They appear again when removing the items from ObservableArray and add them again.\r\n\r\n```\r\n\u003cListView items=\"{{ items }}\"\u003e\r\n            \u003cListView.itemTemplate\u003e\r\n                \u003cGridLayout columns=\"auto,20,*\u003e\r\n                    \u003cImage col=\"0\" src=\"{{ imageSrc }}\" className=\"image-list\"/\u003e\r\n                    \u003cLabel col=\"2\" text=\"{{ title }}\" verticalAlignment=\"center\"/\u003e\r\n                \u003c/GridLayout\u003e\r\n            \u003c/ListView.itemTemplate\u003e\r\n\u003c/ListView\u003e\r\n```\r\n\r\n```\r\nexport const vm = fromObject({\r\n  items: new ObservableArray([\r\n      {title: \"Item 1\", imageSrc: ImageSource.fromBase64Sync(\"/9j/4AAQSkZJRgABAQAASABIAAD/4QCMRXhpZg...\")},\r\n      {title: \"Item 2\", imageSrc: ImageSource.fromBase64Sync(\"/9j/4AAQSkZJRgABAQEBLAEsAAD/7QJoUGhvdG...\")},\r\n      {title: \"Item 3\", imageSrc: null},\r\n      //...\r\n  ])\r\n});\r\n```\r\n\r\nThe output:\r\nhttps://user-images.githubusercontent.com/6443021/157667068-8effbe14-f17d-4360-ac4b-f8d1f2157712.mov\r\n\r\n\r\nWith nativescript/core 8.1.5, it was working as expected:\r\n\r\nhttps://user-images.githubusercontent.com/6443021/157667249-c57d8be4-3b16-4e3f-9238-6efe862a557c.mov\r\n\r\n\r\n\r\n\n\n### Reproduction\n\nSample app to reproduce:\r\n[ns-8-2-ios-image.zip](https://github.com/NativeScript/NativeScript/files/8223567/ns-8-2-ios-image.zip)\r\n\r\n- run the app on ios\r\n- tap the first button to navigate to the page with RadListView and base64 images\r\n- scroll the list down and up again -\u003e images disappearing\n\n### Relevant log output (if applicable)\n\n```shell\n-\n```\n\n\n### Environment\n\n```yaml\r\nOS: macOS 12.2.1\r\nCPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz\r\nShell: /bin/zsh\r\nnode: 14.18.1\r\nnpm: 6.14.15\r\nnativescript: 8.1.5\r\n\r\n# android\r\njava: 11.0.11\r\nndk: Not Found\r\napis: Not Found\r\nbuild_tools: Not Found\r\nsystem_images: Not Found\r\n\r\n# ios\r\nxcode: 13.2.1/13C100\r\ncocoapods: 1.11.2\r\npython: 2.7.18\r\npython3: 3.9.7\r\nruby: 2.7.4\r\nplatforms: \r\n  - DriverKit 21.2\r\n  - iOS 15.2\r\n  - macOS 12.1\r\n  - tvOS 15.2\r\n  - watchOS 8.3\r\n```\r\n\r\n### Dependencies\r\n\r\n```json\r\n\"dependencies\": {\r\n  \"@nativescript/core\": \"^8.2.1\",\r\n  \"nativescript-ui-listview\": \"^10.0.2\"\r\n},\r\n\"devDependencies\": {\r\n  \"@nativescript/android\": \"^8.2.2\",\r\n  \"@nativescript/ios\": \"^8.2.1\",\r\n  \"@nativescript/types\": \"~8.2.0\",\r\n  \"@nativescript/webpack\": \"~5.0.6\",\r\n  \"typescript\": \"~4.5.5\"\r\n}\r\n```\r\n\n\n### Please accept these terms\n\n- [X] I have searched the [existing issues](https://github.com/NativeScript/NativeScript/issues) as well as [StackOverflow](https://stackoverflow.com/questions/tagged/nativescript) and this has not been posted before\n- [X] This is a bug report\n- [X] I agree to follow this project's [Code of Conduct](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc)","author":{"url":"https://github.com/felixkrautschuk","@type":"Person","name":"felixkrautschuk"},"datePublished":"2022-03-10T13:07:19.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/9820/NativeScript/issues/9820"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:8742e803-5e8e-8843-5939-885c09bc9fd5
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC154:396CF6:1BCC3B6:24DEBF9:6A5C8A1E
html-safe-nonce4ba02af0c4b3ccaebf82323f12a79946a67bc529e2d4d0c31556fae7b7b48adc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTU0OjM5NkNGNjoxQkNDM0I2OjI0REVCRjk6NkE1QzhBMUUiLCJ2aXNpdG9yX2lkIjoiMzA1ODY1NzEwNDc1MDIxNzc1OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac9f64f9bfeb1efa85fb7b50f9176e77b9af7d1746d7403ca9c66244f3c3097db3
hovercard-subject-tagissue:1165201279
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/NativeScript/9820/issue_layout
twitter:imagehttps://opengraph.githubassets.com/c40122f72dafa9d46c380ec3a21dbf697e3aa546a6667775a1bf29f8a55b225f/NativeScript/NativeScript/issues/9820
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c40122f72dafa9d46c380ec3a21dbf697e3aa546a6667775a1bf29f8a55b225f/NativeScript/NativeScript/issues/9820
og:image:altIssue Description When upgrading @nativescript/core from 8.1.5 to latest 8.2.1 (or 8.2.0), I notice that images inside ListView/RadListView are disappearing after scrolling when using base64 ImageS...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamefelixkrautschuk
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/NativeScript git https://github.com/NativeScript/NativeScript.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id31492490
octolytics-dimension-repository_nwoNativeScript/NativeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31492490
octolytics-dimension-repository_network_root_nwoNativeScript/NativeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/NativeScript/issues/9820#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F9820
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F9820
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2FNativeScript
Reloadhttps://github.com/NativeScript/NativeScript/issues/9820
Reloadhttps://github.com/NativeScript/NativeScript/issues/9820
Reloadhttps://github.com/NativeScript/NativeScript/issues/9820
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/9820
NativeScript https://github.com/NativeScript
NativeScripthttps://github.com/NativeScript/NativeScript
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/9820
Notifications https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Fork 1.7k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Star 25.6k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Code https://github.com/NativeScript/NativeScript
Issues 771 https://github.com/NativeScript/NativeScript/issues
Pull requests 67 https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security and quality 0 https://github.com/NativeScript/NativeScript/security
Insights https://github.com/NativeScript/NativeScript/pulse
Code https://github.com/NativeScript/NativeScript
Issues https://github.com/NativeScript/NativeScript/issues
Pull requests https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security and quality https://github.com/NativeScript/NativeScript/security
Insights https://github.com/NativeScript/NativeScript/pulse
#10654https://github.com/NativeScript/NativeScript/pull/10654
NS 8.2.0+ iOS Base64 images disappearing after scrolling ListView/RadListViewhttps://github.com/NativeScript/NativeScript/issues/9820#top
#10654https://github.com/NativeScript/NativeScript/pull/10654
https://github.com/felixkrautschuk
felixkrautschukhttps://github.com/felixkrautschuk
on Mar 10, 2022https://github.com/NativeScript/NativeScript/issues/9820#issue-1165201279
https://user-images.githubusercontent.com/6443021/157667068-8effbe14-f17d-4360-ac4b-f8d1f2157712.movhttps://user-images.githubusercontent.com/6443021/157667068-8effbe14-f17d-4360-ac4b-f8d1f2157712.mov
ns-8-2-ios-image.ziphttps://github.com/NativeScript/NativeScript/files/8223567/ns-8-2-ios-image.zip
existing issueshttps://github.com/NativeScript/NativeScript/issues
StackOverflowhttps://stackoverflow.com/questions/tagged/nativescript
Code of Conducthttps://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.