mobileapps

  • More
·
Added a discussion to , mobileapps

Side menu mockups 

PM for more info and cost.

  

image_transcoder.php?o=sys_images_editor&h=437&dpx=1&t=1654600773

  • 2190

If you need to add more pages to be publicly available without login in the mobile apps then you can add such list of such pages here:

Studio > Nexus > Settings > Comma separated list of pages URIs, which are available for guests.

If you need homepage to NOT show login by default, then you need to uncheck this checkbox as well:

Studio > Nexus > Settings > Display custom homepage with login form only

  • 561
·
Added a discussion to , mobileapps

These bars are part of react-native, so you need to customize it in mobile apps source code App.js file.Change this code:

  renderToolbar () {

             return (

                 

to

  renderToolbar () {

             return (

               

yourcolor'}}>Similar approach should work for footer. Also you can add style classand change more design styles, refer to documentation on how to add style sheets

Credit to :  Alex T  

  • 5161
·
Added a discussion to , mobileapps

I'm trying to get the native MobileApp running.

I've completed all the steps but when I build/run the app in the simulator it stalls at the splash screen and goes no further.

The build completes with no errors (only 4 warnings).

Any idea anyone?

image_transcoder.php?o=bx_froala_image&h=2543&dpx=2&t=1574882183

  • 3358
  • 7230
Add new...