Add iPad version #8

Open
opened 2026-03-02 04:42:19 -05:00 by Deadpikle · 1 comment
Deadpikle commented 2026-03-02 04:42:19 -05:00 (Migrated from github.com)

This is a bigger feature request from one user, but in theory we could make a mobile version with the same Avalonia code with a few additional features:

  • Load/choose/create reports individually based on name (no choosing of working dir)
  • Take pictures with camera to add to current report
  • Allow sharing/printing from the app itself
  • Anything else needed to make this an app
This is a bigger feature request from one user, but in theory we could make a mobile version with the same Avalonia code with a few additional features: * Load/choose/create reports individually based on name (no choosing of working dir) * Take pictures with camera to add to current report * Allow sharing/printing from the app itself * Anything else needed to make this an app
Deadpikle commented 2026-03-03 21:03:20 -05:00 (Migrated from github.com)

Links to resources for iOS development using Avalonia:

Probably need to look at how the avalonia.xplat project is set up. Probably need a shared project for common code and then specific view models or function overrides or whatnot.

Links to resources for iOS development using Avalonia: * Overall section: https://docs.avaloniaui.net/docs/guides/platforms/ios/ * Setting up dev environment: https://docs.avaloniaui.net/docs/guides/platforms/ios/setting-up-your-developer-environment-for-ios * Running on simulator: https://docs.avaloniaui.net/docs/guides/platforms/ios/build-and-run-your-application-on-a-simulator * Youtube vid (have not watched): https://www.youtube.com/watch?v=yvzdtYAvhVE * How to add icon: https://stackoverflow.com/questions/76176885/how-to-add-ios-app-icon-in-avalonia-ui-11 * https://github.com/AvaloniaUI/Avalonia/discussions/16663 mentions "MAUI Essentials" for sharing, so we probably have to rely on that lib on mobile for mobile-specific technology * Some helpful info on building: https://github.com/AvaloniaUI/Avalonia/discussions/17203 * A tutorial making a barcode scanner that has some helpful info on Info.plist values and such: https://scanbot.io/techblog/avalonia-barcode-scanner-tutorial/ * Repo that combines MAUI and Avalonia: https://github.com/AvaloniaUI/AvaloniaMauiHybrid (no updates for 6 months...uhoh) * https://github.com/AvaloniaUI/Avalonia.Samples/issues/43 has a person who built their own libs and stuff; lots of potential info here Probably need to look at how the `avalonia.xplat` project is set up. Probably need a shared project for common code and then specific view models or function overrides or whatnot.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mbabienco/MayShow#8