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
/printthread.php 16 require_once



UserSpice
US for mobile apps - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.4 (https://userspice.com/forums/forumdisplay.php?fid=27)
+--- Thread: US for mobile apps (/showthread.php?tid=1287)



US for mobile apps - Ruud - 01-02-2019

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


RE: US for mobile apps - mudmin - 01-02-2019

As far as the menu is concerned, is it not showing the hamburger menu when you go to mobile without any changes?


RE: US for mobile apps - Ruud - 01-26-2019

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?


RE: US for mobile apps - Brandin - 01-26-2019

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.


RE: US for mobile apps - mudmin - 01-28-2019

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.