Cross-Platform Development Framework
Also known as: CPDF, Cross-Platform Framework
A software development toolkit that allows developers to write application code once and deploy it on multiple operating systems, such as iOS and Android. Popular examples include React Native, Xamarin, and Flutter. While CPDFs reduce development and maintenance costs, research has shown they have significant gaps in accessibility support — particularly for screen reader APIs. Many native accessibility features are not wrapped by CPDFs, forcing developers to write platform-specific code to achieve full accessibility, which partially negates the write-once advantage.
Category: mobile development · software development · Mobile Accessibility
Related: Accessibility API · React Native · Screen Reader · Mobile Accessibility