René's URL Explorer Experiment


Title: ScrollView with GridLayout does not correctly update on IOS · Issue #1593 · NativeScript/nativescript-angular · GitHub

Open Graph Title: ScrollView with GridLayout does not correctly update on IOS · Issue #1593 · NativeScript/nativescript-angular

X Title: ScrollView with GridLayout does not correctly update on IOS · Issue #1593 · NativeScript/nativescript-angular

Description: Environment CLI: 5.0.0 Cross-platform modules: 5.0.1 Android Runtime: 5.0.0 iOS Runtime: 5.0.0 Plugin(s): "nativescript-iqkeyboardmanager": latest "nativescript-loading-indicator-new": "^2.1.0", "nativescript-loading-screen": "^1.0.6", "...

Open Graph Description: Environment CLI: 5.0.0 Cross-platform modules: 5.0.1 Android Runtime: 5.0.0 iOS Runtime: 5.0.0 Plugin(s): "nativescript-iqkeyboardmanager": latest "nativescript-loading-indicator-new": "^2.1.0", "n...

X Description: Environment CLI: 5.0.0 Cross-platform modules: 5.0.1 Android Runtime: 5.0.0 iOS Runtime: 5.0.0 Plugin(s): "nativescript-iqkeyboardmanager": latest "nativescript-loading-indicator-new...

Opengraph URL: https://github.com/NativeScript/nativescript-angular/issues/1593

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ScrollView with GridLayout does not correctly update on IOS","articleBody":"**Environment**\r\n - CLI: 5.0.0\r\n - Cross-platform modules: 5.0.1\r\n - Android Runtime: 5.0.0\r\n - iOS Runtime: 5.0.0\r\n - Plugin(s):\r\n\"nativescript-iqkeyboardmanager\": latest\r\n\"nativescript-loading-indicator-new\": \"^2.1.0\",\r\n\"nativescript-loading-screen\": \"^1.0.6\",\r\n\"nativescript-material-icons\": \"^1.0.3\",\r\n\"nativescript-ngx-fonticon\": \"^4.1.0\",\r\n\"nativescript-plugin-firebase\": \"^7.2.0\",\r\n\"nativescript-sqlite\": \"^2.2.3\",\r\n\"nativescript-sse\": \"^4.0.2\"\r\n\r\n - NativeScript-Angular: 6.2.0\r\n - Angular: 6.1.0\r\n \r\n**Describe the bug**\r\nI have a layout that consists of a ScrollView with embedded StackLayout and GridLayout. The GridLayout is repeated with ngFor:\r\n```\r\n\u003cScrollView #messagesView id=\"messagesView\"\u003e\r\n  \u003cStackLayout id=\"stackLayout\" style=\"padding-bottom: 10;\" id=\"stackLayout\"\u003e\r\n    \u003cGridLayout *ngFor=\"let message of messages\" columns=\"auto, * , auto\"\u003e\r\n        \u003cLabel *ngIf=\"sentByMe(message)\" col=\"2\" [text]=\"message[2]\" textAlignment=\"right\" style=\"margin-top: 10; margin-right: 10; padding: 5; background-color: #11a1ce; color: white;\"\u003e\u003c/Label\u003e\r\n        \u003cLabel *ngIf=\"!sentByMe(message)\" col=\"0\" [text]=\"message[2]\" textAlignment=\"left\" style=\"margin-top: 10; margin-left: 10; padding: 5; background-color: white;\"\u003e\u003c/Label\u003e\r\n    \u003c/GridLayout\u003e\r\n  \u003c/StackLayout\u003e\r\n\u003c/ScrollView\u003e\r\n```\r\nThis works fine on first rendering, but as soon as I add new items to the array (messages), I notice an UI bug: An empty element is added at the bottom (I can see it due to the space that it covers) and the text of the message appears at the very beginning of the scrollview. I didn't find any other option than scrolling to the top of the scrollView, add the item and then scroll back to the bottom. Only in this case, the new item is correctly placed at the end of the scrollview. But this is annoying as you can see the \"jump\" (due to the fact that I even need a small delay of around 100 ms with setTimeout):\r\n\r\n```\r\nif (isIOS) {\r\n  if (parseInt(device.osVersion, 10) \u003e 10) {\r\n    this.messagesView.nativeElement.scrollToVerticalOffset(0, false);\r\n  } else {               \r\nthis.messagesView.nativeElement.scrollToVerticalOffset(this.messagesView.nativeElement.scrollableHeight - 1, false);\r\n  }\r\n}\r\n\r\nconst messageText = this.messageToSend;\r\nconst newMessage = [ 0, 0, this.messageToSend, Date.now().toString(), this.id, this.loginService.userid, 1 ];\r\nconst newMessagesArrayLength = this.messages.push(newMessage);\r\n\r\nif (isIOS) {\r\n  setTimeout(() =\u003e {\r\n    this.ngZone.run(() =\u003e {            \r\nthis.messagesView.nativeElement.scrollToVerticalOffset(this.messagesView.nativeElement.scrollableHeight, false);\r\n    });\r\n  }, 100);\r\n}\r\n```\r\n\r\nIs there any chance to force re-rendering of ScrollView without scrolling to top/bottom?\r\n\r\n**To Reproduce**\r\nSee above.\r\n\r\n**Expected behavior**\r\nThe item should be added and ScrollView should be updates correctly with the new item at the end.\r\n\r\n**Sample project**\r\n\r\n**Additional context**\r\nOnly happens on iOS. I have to use this construction of layouts as using a ListView causes other issues with the keyboard hiding content on iOS.\r\n","author":{"url":"https://github.com/cremfert","@type":"Person","name":"cremfert"},"datePublished":"2018-11-07T11:27:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/1593/nativescript-angular/issues/1593"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:39d1d464-b288-d7a4-13f9-1cb4eb0ae14b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE6AA:340321:437DB2D:578A332:6974F22E
html-safe-nonce5a6ff987c7742a9a0f739cbd4eeb8415bf6b9022f1aedc0b9ea83675e86c7b3d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNkFBOjM0MDMyMTo0MzdEQjJEOjU3OEEzMzI6Njk3NEYyMkUiLCJ2aXNpdG9yX2lkIjoiNDQ4MjMwOTU4NzkyMjY0NTU1MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac1cd27277df1944f74fb656c710bacae929c4e02361dc6271f1ab4b59da77ce76
hovercard-subject-tagissue:378248421
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-angular/1593/issue_layout
twitter:imagehttps://opengraph.githubassets.com/3ab408d5837c5797c3ff7b5a424885046c1ee3bcbc9e442b309e31ebf44ea959/NativeScript/nativescript-angular/issues/1593
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3ab408d5837c5797c3ff7b5a424885046c1ee3bcbc9e442b309e31ebf44ea959/NativeScript/nativescript-angular/issues/1593
og:image:altEnvironment CLI: 5.0.0 Cross-platform modules: 5.0.1 Android Runtime: 5.0.0 iOS Runtime: 5.0.0 Plugin(s): "nativescript-iqkeyboardmanager": latest "nativescript-loading-indicator-new": "^2.1.0", "n...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamecremfert
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/nativescript-angular git https://github.com/NativeScript/nativescript-angular.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id35951404
octolytics-dimension-repository_nwoNativeScript/nativescript-angular
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id35951404
octolytics-dimension-repository_network_root_nwoNativeScript/nativescript-angular
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
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/nativescript-angular/issues/1593#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2Fnativescript-angular%2Fissues%2F1593
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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-angular%2Fissues%2F1593
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-angular
Reloadhttps://github.com/NativeScript/nativescript-angular/issues/1593
Reloadhttps://github.com/NativeScript/nativescript-angular/issues/1593
Reloadhttps://github.com/NativeScript/nativescript-angular/issues/1593
NativeScript https://github.com/NativeScript
nativescript-angularhttps://github.com/NativeScript/nativescript-angular
Please reload this pagehttps://github.com/NativeScript/nativescript-angular/issues/1593
Notifications https://github.com/login?return_to=%2FNativeScript%2Fnativescript-angular
Fork 240 https://github.com/login?return_to=%2FNativeScript%2Fnativescript-angular
Star 1.2k https://github.com/login?return_to=%2FNativeScript%2Fnativescript-angular
Code https://github.com/NativeScript/nativescript-angular
Issues 294 https://github.com/NativeScript/nativescript-angular/issues
Pull requests 2 https://github.com/NativeScript/nativescript-angular/pulls
Actions https://github.com/NativeScript/nativescript-angular/actions
Security 0 https://github.com/NativeScript/nativescript-angular/security
Insights https://github.com/NativeScript/nativescript-angular/pulse
Code https://github.com/NativeScript/nativescript-angular
Issues https://github.com/NativeScript/nativescript-angular/issues
Pull requests https://github.com/NativeScript/nativescript-angular/pulls
Actions https://github.com/NativeScript/nativescript-angular/actions
Security https://github.com/NativeScript/nativescript-angular/security
Insights https://github.com/NativeScript/nativescript-angular/pulse
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/nativescript-angular/issues/1593
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/nativescript-angular/issues/1593
NativeScript/NativeScript#6561https://github.com/NativeScript/NativeScript/pull/6561
ScrollView with GridLayout does not correctly update on IOShttps://github.com/NativeScript/nativescript-angular/issues/1593#top
NativeScript/NativeScript#6561https://github.com/NativeScript/NativeScript/pull/6561
https://github.com/MartoYankov
os: ioshttps://github.com/NativeScript/nativescript-angular/issues?q=state%3Aopen%20label%3A%22os%3A%20ios%22
https://github.com/cremfert
https://github.com/cremfert
cremferthttps://github.com/cremfert
on Nov 7, 2018https://github.com/NativeScript/nativescript-angular/issues/1593#issue-378248421
MartoYankovhttps://github.com/MartoYankov
os: ioshttps://github.com/NativeScript/nativescript-angular/issues?q=state%3Aopen%20label%3A%22os%3A%20ios%22
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.