When enabled, the size calculated by iOS AutoLayout will take effect on LynxView.
enableAutoLayout: Boolean switch
false. When the value is false, LynxView will ignore the size results calculated by the AutoLayout engine.true, LynxView will use the size results calculated by the AutoLayout engine.When enabled, LynxView will automatically use the results calculated by the AutoLayout engine as the view size during layout. If updateViewport was previously used to set the view size, the settings from updateViewport will be overwritten.
Related documentation: Please refer to updateViewport.