diff --git a/templates/local/mobile/latest/main_index_page.mustache b/templates/local/mobile/latest/main_index_page.mustache
index b561bc1a..a1ad3288 100644
--- a/templates/local/mobile/latest/main_index_page.mustache
+++ b/templates/local/mobile/latest/main_index_page.mustache
@@ -78,8 +78,8 @@
}}
{{=<% %>=}}
-
+
<%#notifications%>
@@ -92,13 +92,13 @@
<%#resume%>
, action: 'resume'}">
+ method="mobile_view_activity" [args]="{cmid: <%cmid%>, action: 'resume'}" [ptrEnabled]="false">
{{ 'plugin.mod_questionnaire.resumesurvey' | translate }}
<%/resume%>
<%^resume%>
, action: 'respond'}">
+ method="mobile_view_activity" [args]="{cmid: <%cmid%>, action: 'respond'}" [ptrEnabled]="false">
{{ 'plugin.mod_questionnaire.answerquestions' | translate }}
<%/resume%>
diff --git a/templates/local/mobile/latest/view_activity_page.mustache b/templates/local/mobile/latest/view_activity_page.mustache
index eb7a8a47..e62a2f19 100644
--- a/templates/local/mobile/latest/view_activity_page.mustache
+++ b/templates/local/mobile/latest/view_activity_page.mustache
@@ -159,7 +159,7 @@
}"
[useOtherData]="null"
[preSets]="{getFromCache: 0, saveToCache: 0}"
- refreshOnSuccess="true"
+ refreshOnSuccess="true" [ptrEnabled]="false"
samePage="true" type="submit"
>
@@ -181,7 +181,7 @@
}"
[useOtherData]="null"
[preSets]="{getFromCache: 0, saveToCache: 0}"
- refreshOnSuccess="true"
+ refreshOnSuccess="true" [ptrEnabled]="false"
samePage="true" type="submit"
>
@@ -209,7 +209,7 @@
}"
[useOtherData]="null"
[preSets]="{getFromCache: 0, saveToCache: 0}"
- refreshOnSuccess="true"
+ refreshOnSuccess="true" [ptrEnabled]="false"
samePage="true" type="submit"
>{{ 'plugin.mod_questionnaire.savechanges' | translate }}
<%/completed%><%/nextpage%>