My goal is to create a custom NewForm and EditForm for an existing SharePoint list in the app web of a sharepoint-hosted app for SharePoint 2013 online using Visual Studio 2013. In addition to a custom layout, the forms should also use custom JavaScript.
I have read and worked through several tutorials like
This tutorial requires to open the list in SharePoint Designer. My question now: How can I open and edit lists of the app web in SharePoint Designer (I am working with SharePoint Designer 2013)? Is it even possible? Or is there another possibility to create a custom NewForm and EditForm for a list in the app web of a sharepoint-hosted app for SharePoint 2013 online using Visual Studio 2013?