There seems to be some issues when setting up new mobile projects using Bootstrap routing using 4.9.1.
I’ve attached a video showing the user experience.
Things of note:
The node package dependencies is running – doesn’t seem like it should.
The default view of the Project folder is /views (even though Static is highlighted). I think the contents of www be shown. Is the dynamic view even used in mobile?
When creating a new content page, there are two “type” properties to select. One for layout/partial selection, the other for main page/content selection
After creating the content page, an error notification hits looking for index.html.ejs in /views.
Everything just kinda goes downhill from there. You can’t properly select a route, and things won’t navigate, etc.
I have no workaround for the creation of new projects reported, but also have not really had a need.
I’m active right now in an existing mobile project, and to change views I use the browser element:
browser1.goto('#!/dashboard',true)
I can’t remember how I figured out that hash bang before the route works, but it has been this way in the project for several months and works fine. I manually modify after selecting.
Bump. @george as far as I can tell this has essentially broken any prospect of mobile app development using BS5. I’m going to have to try other products soon if it doesn’t get resolved - something I’d rather avoid!
IGNORE: Ah. If you had set a mobile project up already, It still thinks it is NodeJS. If you start again from scratch it appears to work better.
Is there a way of manually fixing an existing project or do I need to start again?
Wappler still creates new mobile projects as nodeJS ones