EasyUI Forum
September 14, 2025, 08:25:19 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Messager and dialog in mobile app  (Read 6262 times)
sreekuttan
Newbie
*
Posts: 2


View Profile
« on: April 12, 2016, 02:05:28 AM »

Hi,
I am trying to show a "please wait" modal during ajax call.
Code:
$("#loginBtn").click(function(e) {

$("#dlg").html("Validating login information")
$("#dlg").dialog(
{
title: "Please wait...",
width: 200,
height: 100
});
$("#dlg").dialog("open");

But the dialog is not coming up correctly. It is going to one side like an overlay.

Also $.messager functions are not working (in fact nothing happens when they are called) in mobile browser.

I am testing with Lenovo S660 running on kitkat using a webview inside the mobile application

Pls help
Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #1 on: April 12, 2016, 03:46:05 AM »

Please look at this example http://www.jeasyui.com/easyui/demo-mobile/dialog/message.html
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!