Add jQuery mobile loader widget
This commit is contained in:
Родитель
7683398f3e
Коммит
09613f4e3e
|
@ -34,7 +34,9 @@ namespace PortableCongress
|
|||
}
|
||||
|
||||
public async void ShowRecentVotes(int id) {
|
||||
//var votes = dataAccess.LoadRecentVotes (id);
|
||||
webView.EvaluateJavascript ("$.mobile.loading( 'show', {\n text: 'Loading Recent Votes ...',\n " +
|
||||
"textVisible: 'false',\n theme: 'b',\n textonly: 'false' });");
|
||||
|
||||
var votes = await WebAccess.GetRecentVotesAsync (id);
|
||||
|
||||
var template = new RecentVotesList () { Model = votes };
|
||||
|
|
Загрузка…
Ссылка в новой задаче