The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
US for mobile apps
#3
Hi, mudmin

I needed to know how i get the right header, when i want JQM (jquery mobile) combined with JQ.

My mobile application is written in JQM.

The last version of JQM is not working properly with the used JQ version of US.

US works not proper with the older JQ what is needed for proper working of JQM

The result I needed for proper working with a JQM app is:

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.css">
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript">
$(document).on('mobileinit', function() {
// JQM Initialization options
});
</script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>

what do I have to do, to work?
  Reply


Messages In This Thread
US for mobile apps - by Ruud - 01-02-2019, 06:07 PM
RE: US for mobile apps - by mudmin - 01-02-2019, 06:08 PM
RE: US for mobile apps - by Ruud - 01-26-2019, 09:38 AM
RE: US for mobile apps - by Brandin - 01-26-2019, 10:47 PM
RE: US for mobile apps - by mudmin - 01-28-2019, 09:38 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)