why doesn't work when loading in it in device view
, i've tried <embed><object><iframe>
as soon as i turned it to web view it show up
check this example on device view to see the problem here
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>title</title>
</head>
<body>
<embed src="pdf/file.pdf"></embed >
</body>
</html>