background:
the backend crawls the details pages of other websites. If you want to put them in our mobile phone app and keep the style uniform, you cannot use iframe. But we are not sure about the complexity of this detail page. There may be table, images or crawled web pages. What if the table of the web page is widened? Have you ever made a similar demand?
question:
where to start now, do you want to determine the input first? If so,
- the background returns the html text with inline style to the front end, or
- is returned to the front-end plain text, but where there is table or img, do you need to return it with a tag? is there a better way or script ?