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
#1
I will use US for creating a back-end application and also an App for customers.

Should I copy the include/header.php to header-app.php and change there jquery vs jquery.mobileĀ ?
I only want the hamburger menu?

Are there some experiences how to do this?

Thanks a lot
  Reply
#2
As far as the menu is concerned, is it not showing the hamburger menu when you go to mobile without any changes?
  Reply
#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
#4
Hi there,

Unfortunately I don't know that we have the proper expertise to assist you with this. Your question might be best suited for StackOverflow or by seeking assistance from a coder who specializes in your type of request.

Brandin.
  Reply
#5
If you copy one of our templates to another folder and just rename it, you can edit that stuff to your heart's content without our updates breaking your code.
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)