Best Way to create a mobile app "Wrapper" to a WiseJ site

0
0

Hello,
Whats the best way to create a mobile app “wrapper” that is just a webbrowser to a WideJ based site ?

  • You must to post comments
0
0

Hi Edmond,

We have the Wisej Mobile package (only available for Technology Partners) right now that includes iOS (Swift / XCode) and Android (Java / Android Studio) projects. These projects are basically empty WebView wrappers that let you integrate native features of the devices with a Wisej application.

You can integrate:

  • Native Status bar modifications (color)
  • Native Tab bars
  • Native Toolbars
  • NFC Read / Write
  • FaceID / TouchID / Passcode
  • Native machine learning capabilities (CoreML).
  • Native alerts
  • Remote notifications
  • and more…

Read more here: https://wisej.com/wisej-2.2/

 

If you don’t want to take this route, you can use the PWA functionality of Android and iOS:

Android: https://web.dev/using-a-pwa-in-your-android-app/

iOS: https://medium.com/@firt/progressive-web-apps-on-ios-are-here-d00430dee3a7

 

We have some cool developments underway that will great improve the mobile experience of using Wisej. One such development is the integration of MobiScroll to make Wisej pickers have a similar look and feel to the Android and iOS native pickers.

 

You can also enable experimental mobile features in Wisej by adding the following entry to Default.json:

"options": {
    "mobile.mode": true
  }

 

Let me know if you have any other specific questions!

Best,

Levie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.