Android Question #EdgeToEdgeOldDevices usage on old apps.

davemorris

Active Member
Licensed User
Longtime User
Hi, Guys
Sorry if I missed something - but I have just installed the latest VBA v13.7 - and have a question related to an old App of mind which, unlike my latest Apps, does NOT USE b4XPages.

In Erel's release Post about v13.7

There is a new attribute named #EdgeToEdgeOldDevices. It enables E2E mode on older devices and ...

Is an old APP so assume you insert this attribute in the Manifest file - and, if so, what would the complete line look like?

Any help would be appreciated

Dave
 

DonManfred

Expert
Licensed User
Longtime User
Is an old APP so assume you insert this attribute in the Manifest file
No. Add it to the mainmobule
B4X:
#EdgeToEdgeOldDevices: true
 
Upvote 0

davemorris

Active Member
Licensed User
Longtime User
Hi, Guys

Thanks for the quick response - so its not the manifest I update.

Very interesting post from sirjo66 - I do wish I had seen that post before I updated my code to support E2E - it would have save a lot of time so I advise every body to follow his link

Thanks again to all
Dave

P.s. I have not marked post as answered (which is was) because I feel the post for sirjo66 is very important and as it is off-post it could be missed.
 
Upvote 0
Top