framework7

Open full view…

Some issues in android (using phonegap)

Marcus LucasPerez Caum
Thu, 24 Apr 2014 13:50:09 GMT

Hi, im starting using the framework right now and i get one of the examples, and the first example get a issue, when i touch on the panel button on top of the corner the panel open and close fast and in the form page, some contents don't load correctly, this is normal? im using phonegap to generate my apk PS: Very good framework, pretty fast, such wow!

Vladimir Kharlampidi
Thu, 24 Apr 2014 13:52:26 GMT

Hi, Framework7 doesn't really intended to be used on Android. But let me look. What is your Android version, do you see these issues in Android browser, not in PhoneGap? Also screenshot of this "*some contents don't load correctly*" would be great

Marcus LucasPerez Caum
Thu, 24 Apr 2014 14:16:48 GMT

I'm using 4.0.3 ICS, and i generated a apk using phonegap, so probably the apk is running in the native android browser. The content not showing happens when i access the form page and scroll down, i ill try get a picture to show. Thanks for reply!

Vladimir Kharlampidi
Thu, 24 Apr 2014 17:29:45 GMT

About problem with fast panel open and close when you click icon. You can try to disable integrated fast clicks library by passing this parameter on initialization: --- var myApp = new Framework7({ fastClicks: false }); --- About content on forms page i need screenshot to see what happens