googlearchive / paper-tabs

A tabs à la Material Design
22 stars 21 forks source link

Paper Tabs Stop Working in iOS PhoneGap Application #8

Closed kylebuch8 closed 9 years ago

kylebuch8 commented 10 years ago

I completed the Polymer tutorial from the site (http://www.polymer-project.org/docs/start/tutorial/intro.html) and then wrapped the application in PhoneGap. The paper tabs work fine when the application first runs, but if I push up the settings sheet from the bottom of the iPhone and then close it, the paper tabs stop working and are no longer selectable. The only way to get the tabs to work again is by "force closing" the application by double tapping the device home button and swiping the open PhoneGap application away.

Sorry if this issue is outside of the scope of Polymer. I just really want to use the paper-elements in PhoneGap.

Here's my code from the tutorial that you should be able to just drop in the www folder of a PhoneGap application.

https://github.com/kylebuch8/PolymerTutorial

And here is a link to a video that shows me demonstrating the issue.

https://plus.google.com/u/0/111228173224427278855/posts/CqbEBMEwLRF?pid=6030919842706710674&oid=111228173224427278855

frankiefu commented 9 years ago

The tabs worked fine when I ran your tutorial app on phonegap developer app. I did use the latest by updating bower.json to use #master.

"polymer": "Polymer/polymer#master",
"core-elements": "Polymer/core-elements#master",
"paper-elements": "Polymer/paper-elements#master"
kylebuch8 commented 9 years ago

I just did the same and everything is working fine now. Thanks.