Skip to content

WebView render error #21857

Closed
Closed
@banli17

Description

Environment

React Native Environment Info:
System:
OS: macOS High Sierra 10.13.6
CPU: x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Memory: 34.29 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.12.0 - /usr/local/bin/node
npm: 6.4.1 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
IDEs:
Android Studio: 3.2 AI-181.5540.7.32.5014246
Xcode: 10.0/10A255 - /usr/bin/xcodebuild
npmPackages:
react: 16.5.0 => 16.5.0
react-native: 0.57.2 => 0.57.2
npmGlobalPackages:
react-native-cli: 2.0.1
react-native-create-library: 3.1.2

Description

import React, {Component} from 'react';
import {
    Alert, View, ActivityIndicator, Platform, WebView
} from 'react-native'

export default class CommonWebView extends Component {

    constructor(props) {
        super(props)
    }

    render() {
        return (
            <WebView
                source={{uri: 'https://10010nm.com/netShop/index.jhtml?shop=8427'}}
            />
        )
    }
}

result

the dialog is not display clear. like this

image

but . i use mobile self brower and other brower open link https://10010nm.com/netShop/index.jhtml?shop=8427 , it's below.

image

the dialog is ok.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions