Questions tagged as 'jquery-mobile'

0
answers

Open site within APP

I need to develop a app , where it opens the site (mobile version) within this app . I have not done anything yet, because I do not know where to start ... I have knowledge in ionic , and I was reading about using ifra...
asked by 25.01.2018 / 20:54
0
answers

JQuery Mobile does not work in a secure environment (https)

I have a site where an area of it is using the digital certificate (https), but jquery mobile does not work. How would I go about solving this? Here's what I'm calling below: <html> <head> <meta charset="utf-8"> <m...
asked by 09.08.2017 / 23:23
1
answer

Carousel does not load the second image on the mobile phone in portrait position

Hello, I have a carousel on my site which is the basis for showing my products, it works fine on the pc (shows 4 images in sequence) and on the tablet (it shows 2 images in sequence) but on the mobile phone we have a problem, vertical shows 1...
asked by 27.07.2017 / 22:26
0
answers

Problems with Js in WordPress, preventing some plugins from working

I'm starting some WordPress jobs and I'm extremely new to the area. I'm using a plugin for the Max Mega Menu menu but it is not working on the mobile (the menu appears but when pressed to open it has no action), I've been looking in the plugin f...
asked by 01.07.2017 / 02:52
1
answer

Parallax.js does not work on Chrome for Mobile

The effect parallax.js ( link ) only works for desktop browsers. Can something be done to make the effect visible on mobile devices? I'm using the default classes and attributes: <html> <head> <script src="js/jqu...
asked by 15.05.2017 / 20:32
1
answer

How to create a horizontal menu scroll style Video Game?

I'm trying to create a menu with the following features: Horizontal with scroll Working through touch / scroll of mobile devices. Leave the middle of the div selected with a JavaScript / Jquery event (or a div within a linked container)...
asked by 17.01.2017 / 23:48
1
answer

Access photo gallery to upload photos by inappbrowser

Personal I have a news app, I have partnered with a classifieds site and I put a button in the app that directs the classifieds using the inappbrowser, however when the user of the app is inside the site more precisely on the tab to put a produc...
asked by 11.08.2016 / 09:25
0
answers

Calendar issues on Smartphone

I'm having trouble viewing the calendar, when I'm running my application with IntelXDK the calendar view is done this way. AlreadywhenIinstalledtheapplicationinthecell,ithadthefollowingdisplay. ItriedeverythingbutIstilldonotknowhowtod...
asked by 25.04.2016 / 22:09
1
answer

Separate JQuerys and Css

I have a index.php that uses the following JQuery and CSS : <script src="http://code.jquery.com/jquery-1.12.1.min.js"></script><scriptsrc="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js">&l...
asked by 10.03.2016 / 14:24
1
answer

Remove default style from Jquery mobile

When I create an ul list with the listview attribute and place a link to href, the framework automatically dims the list element and places an icon at the end. How can I remove this default behavior? <ul data-role="listview">...
asked by 08.10.2015 / 14:05