Quellcode durchsuchen

变为loadUrl & 新增backCallback插件配置

leijie vor 8 Jahren
Ursprung
Commit
efcb2b6aeb
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5 1
      display-client/assets/mobile-action.xml

+ 5 - 1
display-client/assets/mobile-action.xml

27
	<!-- MobileUI -->
27
	<!-- MobileUI -->
28
	<action name="tip" class="com.wade.mobile.func.MobileUI" method="tip"/>
28
	<action name="tip" class="com.wade.mobile.func.MobileUI" method="tip"/>
29
    <action name="alert" class="com.wade.mobile.func.MobileUI" method="alert"/>
29
    <action name="alert" class="com.wade.mobile.func.MobileUI" method="alert"/>
30
	<action name="openUrl" class="com.wade.mobile.func.MobileUI" method="openUrl"/>
30
	<action name="loadUrl" class="com.wade.mobile.func.MobileUI" method="loadUrl"/>
31
	<action name="openPage" class="com.wade.mobile.func.MobileUI" method="openPage"/>
31
	<action name="openPage" class="com.wade.mobile.func.MobileUI" method="openPage"/>
32
	<action name="openTemplate" class="com.wade.mobile.func.MobileUI" method="openTemplate"/>
32
	<action name="openTemplate" class="com.wade.mobile.func.MobileUI" method="openTemplate"/>
33
	<action name="loadPage" class="com.wade.mobile.func.MobileUI" method="loadPage"/>
33
	<action name="loadPage" class="com.wade.mobile.func.MobileUI" method="loadPage"/>
35
	<action name="getTemplate" class="com.wade.mobile.func.MobileUI" method="getTemplate"/>
35
	<action name="getTemplate" class="com.wade.mobile.func.MobileUI" method="getTemplate"/>
36
	<action name="getPage" class="com.wade.mobile.func.MobileUI" method="getPage"/>
36
	<action name="getPage" class="com.wade.mobile.func.MobileUI" method="getPage"/>
37
	<action name="back" class="com.wade.mobile.func.MobileUI" method="back"/>
37
	<action name="back" class="com.wade.mobile.func.MobileUI" method="back"/>
38
	<action name="backWithCallback" class="com.wade.mobile.func.MobileUI" method="backWithCallback"/>
38
	<action name="loadingStart" class="com.wade.mobile.func.MobileUI" method="loadingStart"/>
39
	<action name="loadingStart" class="com.wade.mobile.func.MobileUI" method="loadingStart"/>
39
	<action name="loadingStop" class="com.wade.mobile.func.MobileUI" method="loadingStop"/>
40
	<action name="loadingStop" class="com.wade.mobile.func.MobileUI" method="loadingStop"/>
40
	<action name="getDate" class="com.wade.mobile.func.MobileUI" method="getDate"/>
41
	<action name="getDate" class="com.wade.mobile.func.MobileUI" method="getDate"/>
186
	<action name="closePathMenu" class="com.ai.ipu.ipu_pathmenu.func.MobilePathMenu" method="closePathMenu"></action>
187
	<action name="closePathMenu" class="com.ai.ipu.ipu_pathmenu.func.MobilePathMenu" method="closePathMenu"></action>
187

188

188
	<action name="clearBackStack" class="com.wade.mobile.func.MobileUI" method="clearBackStack"></action>
189
	<action name="clearBackStack" class="com.wade.mobile.func.MobileUI" method="clearBackStack"></action>
190
	<!-- 物理按键监听 -->
191
	<action name="setKeyDownFlag" class="com.wade.mobile.func.MobileUI" method="setKeyDownFlag"></action>
192
	<action name="cleanKeyDownFlag" class="com.wade.mobile.func.MobileUI" method="cleanKeyDownFlag"></action>
189
</actions>
193
</actions>