HyM attachments resolve: #2 #3

Merged
Juan merged 15 commits from login into main 2025-04-24 16:52:58 +00:00
Showing only changes of commit 7f77f2e01b - Show all commits

View File

@ -264,7 +264,12 @@ class ApiService {
} }
Future<List<Map<String, dynamic>>> getMarkerPosition() async { Future<List<Map<String, dynamic>>> getMarkerPosition() async {
print("maerker called"); //this is so we can put a widget right below each email, but the way how the email content is generated
//leads to problems as for a) the html is added one right after the other in one iframe, b)
// if it was multiple iframes then the scrolling to jump would not work as expected
print("marker called");
// JavaScript code embedded as a string // JavaScript code embedded as a string
String jsCode = ''' String jsCode = '''
(async function waitForIframeAndMarkers() { (async function waitForIframeAndMarkers() {