2.5 C
New York
Thursday, December 5, 2024

android – React Native – Webview css concern rendering


i’ve the subsequent concern rendering some website utilizing webview:

Webview loading from url

However that is the end result from any chrome product and is what i would like:

enter image description here

A tried a whole lot of issues:

  • Downgrading and upgrading webview
  • headers
  • activate/desactivate acceleation password
  • activa js, dom
  • deleting cache, and many others

My display code:

import React from 'react';
import { View, StyleSheet } from 'react-native';
import { WebView } from 'react-native-webview';

const Main_Screen = () => {
  return (
    
  );
};

export default Main_Screen;
  1. How i can get the identical end result for any product?

Even, webview will not be loading correctly accent-color for checkbox choice

That is the code of my website:



  
    
    
    Modal B Sheet
    
    
     

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles