fix(mobile): component viewer in mobile web
This commit is contained in:
@@ -127,6 +127,7 @@ export const MobileWebAppContainer = () => {
|
||||
onHttpError={() => console.error('An HTTP error occurred')}
|
||||
onMessage={onMessage}
|
||||
allowFileAccess={true}
|
||||
allowUniversalAccessFromFileURLs={true}
|
||||
injectedJavaScript={injectedJS}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user