The existing message is confusing since the `RuntimePlatform` is not a member of the calling code
but of `Device`. So use the full member name in the suggested API usage.
* Add repro for 2489
- Repo steps are to swap to the TabbedPage root; if the tabs are still visbile, test has passed.
- Also add Preserve attribute to the core test pages so we can test with the Android linker on.
* [Android] Add note to remind us where the renderers are registered
* [iOS] Switch to loading renderers via RenderWithAttribute
* [Core] Ensure that the most specific renderer is returned by Registrar.GetHandlerType
fixes#2489
* [Core] Prevent insane loop
* implement review feedback
* [Controls] Add repo for #1905
* [iOS] Update refresh control to handle large titles
* [iOS] Update refresh control to handle large titles
[iOS] Update refresh control to handle large titles
[iOS] Delay setting refreshcontrol hidden to true
[iOS] Better fix, manually animate
Fix animation not showing
fix
* [iOS] Update refresh control to handle large titles
* [iOS] Be safe on UIRefreshcontrol changes
* [iOS] Force the Refresh to show when using large titles
* [iOS] Just trigger if we really pull to refresh
* [iOS] More fixes to refreshcontrol
* [iOS] Only force scroll if in Portrait and large titles
* Update ListViewRenderer.cs
* [UWP] Initial support for AccessKey
Fixes#1672 by adding AccessKey, AccessKeyPlacement and horizontal
and vertical offset properties to Windows specific VisualElement class.
Also handles AccessKeys for tabbed pages (ContentPage).
* Fixing support for updating AccessKey on tabs
Refs #1672 and fixes issue with AccessKey not being updated
after tabbed page and its children had been created. The problem
was that the Reset event in OnPagesChange wasn't handled correctly.
We now add listeners to the child pages of the tabbed page which
makes sure AccessKey gets updated if user makes changes to tab object.
* Moved shared code to internal class AccessKeyHelper.
Updated foreach-loop and replaced spaces with tabs.
* [XamlC] x:DataType in default xmlns
* [XamlC] meaningful error on missing property
throw a readable exception when part of a compiled binding path is
missing.
- fixes#2517
* fixed regression on ios with focus not correctly being set if nothing was selected
* fixed namespace, ui test name, and some formatting
* fixed test to work on API 19 for android