comment on functionality
This commit is contained in:
parent
9e27401b07
commit
7f77f2e01b
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user