Questions tagged [primefaces-mobile]

PrimeFaces Mobile is a UI kit to implement JSF pages that are optimized for mobile devices with a native look and feel.

Link : http://www.primefaces.org/showcase-labs/mobile/index.jsf

PrimeFaces Mobile is a UI kit to implement JSF pages that are optimized for mobile devices with a native look and feel.

Advantages:

1) Mobile RenderKit for standard JSF and core PrimeFaces components.

2) Mobile JSF components.

3) Same backend model for desktop web and mobile web.

4) Wide range of platform support.

5) Ajax features to bring native application experience.

6) Nothing required to install on device. Powered by jQuery Mobile

Disadvantages:

1) Slower than native

2) Quirky - jQuery mobile is still beta software, so there is a chances to encounter bugs at the time of development

3) Limited capabilities compared to native

66 questions
1
vote
2 answers

Navigation p:commandButton Primefaces Mobile

In my app if the login is successful in the next view is . In the mobileTree view I would like a commandButton to call a logout method that would return the String 'pm:mobileTree?reverse=true'. The…
Rafael Companhoni
  • 1,780
  • 1
  • 15
  • 31
0
votes
0 answers

Primefaces Mobile - selectOneMenu filter

Is possible to filter selectOneMenu in Primefaces mobile? I need something like this example (Advanced) in primefaces showcase []'s
gfinotti
  • 613
  • 5
  • 21
0
votes
0 answers

p:calendar and other comps below override behaviour

I use PrimeFacesMobile 6.0 and when I have a p:calendar and below one or more other components like p:selectOneMenu/button/text, the mobile browser doesn't work with p:calendar days, it clicks the p:selectOneMenu that is below, it only works if the…
0
votes
1 answer

commandLink not work primefaces mobile

primefaces mobile commandLink action does not work, it's not loading the page with id="station1". f:setPropertyActionListener is work and call setSelectedStation() method .
0
votes
1 answer

How to make the Accordion tab's title responsive?

The title can sometimes be a long string but I need to show it whole.
Desaretiuss
  • 311
  • 1
  • 3
  • 12
0
votes
0 answers

add primefaces mobile to project

i made this jsf page with primefaces 5.2 and it works
armin momeni
  • 181
  • 2
  • 10
0
votes
0 answers

Primefaces Mobile - DataTable - select row, before event taphold occurs

I have a problem in PrimeFaces Mobile with the DataTable and the event taphold. problem: If I use the event taphold in a datatable, the event occurs, before the row can be selected. the desired behaviour: the click or finger touch selects the…
0
votes
0 answers

Change the icons of dataList

I'm using a to display vehicles. Everything is okay except the icons. My icons look like that right now and i want them to look like that . I know how to modify the datalist itself using css, but not the buttons in the list. So how…
Klemens Morbe
  • 595
  • 9
  • 24
0
votes
1 answer

Does Primefaces-Mobile have a Schedule component?

I am intending to use primefaces-mobile to build a mobile web application for my org. I have used the schedule component which is available in primefaces framework for web applications. But is there a similar Schedule Component in primefaces mobile…
ZEE
  • 381
  • 1
  • 6
  • 20
0
votes
1 answer

Primefaces mobile - how to edit List in UI?

I want to give for users edit List of entities like we do in normal xhtml with: what is the proposal to do that in mobile UI because above…
Tadas B.
  • 176
  • 8
0
votes
1 answer

Data List pagination primefaces mobile 5.2 not working

The pagination of my datalist is not working on primefaces mobile, it shows 1000 rows instead of 5! I changed my pf version from 5.1 to 5.2 and nothing happened. I checked the showcase and read the pf 5.2 guide and I don't find the solution. Here my…
user4492397
0
votes
3 answers

onclick redirection and lazy load

I want to run a javascript function when I click on a commandButton on signin.xhtml, but when I click on it, a redirection occur to dev.xhtml. I don't want this redirection, I want to stay on signin.xhtml. Actually it's not really a redirection…
user4492397
0
votes
1 answer

Remove poll icon in primefaces

How do you hide the primefaces poll icon ? My poll interval is 1s so it's quite annoying when it shows up every second. Should I work with the class attribut ? My current code :
user4492397
0
votes
0 answers

JSF Binding component update before actionListener is called

I have a problem with a JSF Binding component. My xhtml page has a panel group with a binding attribute. The code in the baking bean is public HtmlPanelGroup…
Javetor
  • 25
  • 1
  • 4
0
votes
0 answers

PrimeFaces and PrimeFaces-mobile compatibility

I have an old project using PrimeFaces-mobile and PrimeFaces and I’m trying to update it to the latest versions however I’m having some compatibility issues. What is the newest PrimeFaces version compatible with PrimeFaces-mobile, version 1.0…
zzirna
  • 11
  • 4