Profile pic

Pierre-Yves Lapersonne, pylapp@programming.dev

Instance: programming.dev
Joined: 2 years ago
Posts: 39
Comments: 2

Software crafter and digital punker keen on open source, iOS and Android apps. Interested in software ecodesign, privacy and accessibility too. pylapersonne.info

RSS feed

Posts and Comments by Pierre-Yves Lapersonne, pylapp@programming.dev

WebRTC is a protocol, you can use it in both web apps and mobile apps.

If I remember well it was used as a trick from Facebook to leak personal data using the SDP.


Maybe you should have a look in Kotlin Multiplaform or Compose Multiplatform. However they rely on low-level layers, so you won’t be able to use SwiftUI maybe. Such cross-platform frameworks won’t be able to use directly system UI frameworks at least for iOS due to compilation limitations.


RSS feed

Posts by Pierre-Yves Lapersonne, pylapp@programming.dev

Comments by Pierre-Yves Lapersonne, pylapp@programming.dev

WebRTC is a protocol, you can use it in both web apps and mobile apps.

If I remember well it was used as a trick from Facebook to leak personal data using the SDP.


Maybe you should have a look in Kotlin Multiplaform or Compose Multiplatform. However they rely on low-level layers, so you won’t be able to use SwiftUI maybe. Such cross-platform frameworks won’t be able to use directly system UI frameworks at least for iOS due to compilation limitations.