Hi Nicholas,
In addition to Paul’s answer,
What is your end-goal with regards to a mobile Wisej application? Do you need native functionalities from the device? Are you trying to distribute the application as a native app with XCode / Android Studio?
We offer a native a support package for Technology Partners that gives you Android and iOS project templates that can be used to deploy to the App Store or for private enterprise deployment. The package lets you control the native functionalities of the device like the native toolbar, native tabbar, NFC, remote push notifications, biometric authentication, screen properties, and more. If you’re interested you can send an email to sales AT wisej DOT com.
In general for mobile development with Wisej, you’ll probably want to use Responsive Profiles (https://wisej.com/wisej-2/, Paul linked samples above). You can create certain appearances for controls on a given device. The ResponsiveProfileChanged event will fire whenever the screen size matches a given profile (default profiles are Default Profile / Phone / Phone (Landscape) / Tablet / Tablet (Landscape)).
Responsive Profile Video: https://www.youtube.com/watch?v=qp6cQOQFHWk
It’s a good idea to utilize FlowLayoutPanels (set AutoScroll = true), and the DataRepeater control to show lists within your application.
We also have an experimental configuration option in Default.json for mobile development, add the entry:
"options": { "mobile.mode": true },
HTH,
Levie
Hi Nicolas
This sample is a good start point
https://github.com/iceteagroup/wisej-examples/tree/2.2/Responsive
Best regards
Please login first to submit.