App root not showing

Background

I am about to start several mobile app projects, so will be posting any issues since nobody seems to have said “wow this is super easy.” :slight_smile:

I have installed XCode, and Android Studio and been able to get the kitchen sink template running nicely, all the way through to the device, so I think my environment is properly setup.

Wappler Version : 2.5.0
Operating System : Mac 10.14

Expected behavior

Upon creating a new mobile project, one should be able to add Framework 7 app root, and have it display in App Structure.

Actual behavior

A div is added, but even after refreshing, it does not display in App Structure.

How to reproduce

Create New Blank Mobile project.
Add Framework 7
Add App Root
View App Structure…only Body is visible.

The issue is because the Mobile Capable is not added automatically:

Screen Shot 2020-01-16 at 10.55.54 AM

Here are the steps I took:

Screen Shot 2020-01-16 at 10.42.52 AM

Screen Shot 2020-01-16 at 10.43.37 AM

Screen Shot 2020-01-16 at 10.43.51 AM

Screen Shot 2020-01-16 at 10.45.11 AM

Screen Shot 2020-01-16 at 10.45.27 AM

Same problem for me with app root for Framework 7…
Wappler Version : 2.5.0
Operating System : Windows 10

This happens because if missing meta tags that are auto added on Framework7 insert, but there is a small bug with the update yesterday preventing the auto meta tags addition.

Will be fixed in the next update

for info the App Root expect that there is at least:

<meta name="apple-mobile-web-app-capable" content="yes">

so you can add it manually, or just copy all the mobile meta tags from other project

This is now solved in Wappler 2.5.1

This topic was automatically closed after 46 hours. New replies are no longer allowed.