Mobile App Dev

Answered
0
0

Hi Team,

I will be really glad if i can pls get some directions on how to do mobile app development with Wisej?

Thanks

  • You must to post comments
Best Answer
1
0

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

  • You must to post comments
1
0

Hi Nicolas

This sample is a good start point

https://github.com/iceteagroup/wisej-examples/tree/2.2/Responsive

Best regards

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.