Page 4 of 4

Click event to open popup creates click on popup when opened

Posted: Mon May 04, 2015 9:59 pm
by Aeneas McBurney

Hi IIlya,

I have checked on another Appery app I have and the problem does not exist so it must be just my one app but I can't work out what I've done differently to cause this issue? I have chnaged the tab index to 1 as suggested but still the same problem exists.

Is someone able to take a look at my app on Android 5 and help resolve this very annoying problem?

Thanks,
Aeneas


Click event to open popup creates click on popup when opened

Posted: Mon May 04, 2015 10:08 pm
by Illya Stepanov

[quote:]
Is someone able to take a look at my app on Android 5 and help resolve this very annoying problem?
[/quote]

I've added your comments to our bug issue, hope we can post an update here soon.


Click event to open popup creates click on popup when opened

Posted: Fri Jun 19, 2015 3:55 am
by Aeneas McBurney

Hi, any updates here? The issue still exists.

Dudi, experiences a similar issue here but I have not been able to resolve mine the recommendations...

https://getsatisfaction.com/apperyio/...


Click event to open popup creates click on popup when opened

Posted: Sat Jun 20, 2015 12:04 am
by Illya Stepanov

Hi Aeneas --

I've added additional notes from you to this bug report and re-assign it to our developers.


Click event to open popup creates click on popup when opened

Posted: Fri Jul 17, 2015 4:05 pm
by Illya Stepanov

Hi Aeneas -

There are two workarounds that will fix it:
1). Uncheck checkbox "Render all pages in one HTML file" in App settings.
2). Change Employees button event type from "Virtual click" to "Click".
According to JQM docs (https://api.jquerymobile.com/vclick/): "We recommend using click instead of vclick anytime the action being triggered has the possibility of changing the content underneath the point that was touched on screen. This includes page transitions and other behaviors such as collapse/expand that could result in the screen shifting or content being completely replaced."