kumbe / Phonegap-ZoomControl

Plugin for enable the native zoom control on phonegap
Apache License 2.0
8 stars 14 forks source link

Not working, please help me ;-) #5

Open galders opened 9 years ago

galders commented 9 years ago

Hello everybody,

I think that this plugin is what my app needs, an app for showing some songs lyrics, but unfortunatelly I'm not able of making it workds.

I must say that I use Build Phonegap, and I insert this code into config.xml

Then I put:

plugin.xml and plugins.ZoomControl.js in the root, with my index.html file. And also in subdirectory www I put plugins.ZoomControl.js Then in /src/android/com/kumbe/phonegap/zoom/ I put ZoomControl.java

I would much appreciate if you could help me, because I don't know where the error is.

Thank you in advance!

starmindfr commented 9 years ago

Same for me, i try this plugin with phonegap build, could not see any error, the script is loaded with all others plugins (they are working fine) so it's not the plugin call.

galders commented 9 years ago

Thank you @starmindfr Stay tunned and if a solution is found I will post here, I hope you will do the same. It would be great if @kumbe could help us! ;-)

starmindfr commented 9 years ago

Yes on my side i will go for an event updating the DPI tag in viewport. You could also try to use full phonegap release, maybe it' only "build" one issue. Note also you need to use the "true" lines in the html code

starmindfr commented 9 years ago

working for me now, i dont really understand why as i have never updated theses lines

edit : you should check the metag viewport line, by sample if i use user-scalable=true then zoom dont works

galders commented 9 years ago

Ok, I will try friend! Thanks!