All Products
Search
Document Center

Mobile Platform as a Service:H5 container positioning offset solution

Last Updated:Mar 04, 2024

When you use mPaaS containers, you may encounter the problem of positioning offset of H5 containers. Please refer to the following methods to update the settings:

- (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{

    // Skip LBS targeting
    [LBSmPaaSAdaptor sharedInstance].shouldSkipLBSLocation = YES;

    .......
    
}