
Hi, Thank you for your question @Wenying Lu-MSFT
Sample code, screens shots and a guide of "how to test this".
- in a sharepoint site. Create a sharepoint list called "test". (a default list is fine)
- Create test.aspx in a document library with the following code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Page</title>
</head>
<body>
Test frame below.<br>
<iframe width="100%" height="750" src="../../Lists/test/NewForm.aspx?env=Embedded" title="Embedded"></iframe>
</body>
</html>
- Go to the page in microsoft edge. It should display this page:
- use test as title and click one of the save buttons. This is how the page now looks:
- Add the page as an app in Microsoft edge
- Start the app. it should look like this:
- use test as title and click save.
This is where it goes "wrong" for me. As nothing happens inside the app. But a new edge browser window opens. (Test did get added though)
But the web app is still at the same window:
Thanks for anyone that has idea's on how to "work around this".