Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 8    Views: 70

Silvia SuperStar
Android Fan
Profile
Posts: 54
Reg: Feb 06, 2014
Ibiza
540
02/17/14 01:48 PM (11 years ago)

Custom HTML/Text plugin not working with Android above 4.0?

Tried to change the project properties from Android 4.0 to 4.4 and all is updated without problems except the Custom HTML/Text plugin. This plugin is marked with errors after the change and working fine if I return to 4.0. Thanks in advance for your help.
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
02/18/14 12:53 AM (11 years ago)
Welcome to Buzztouch neighbor! :) Can you copy the errors here! Then maybe we can help debug it. Although I think it could be global based on other forum post. -Sil
 
Silvia SuperStar
Android Fan
Profile
Posts: 54
Reg: Feb 06, 2014
Ibiza
540
like
02/19/14 12:04 AM (11 years ago)
Hey mysps, nice to meet you! Here you have a screen capture: http://s28.postimg.org/azvv0s9ct/mysps.jpg Thanks
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
02/19/14 01:52 AM (11 years ago)
Hi, -- edit: one second i tested it 4.2.2.. I do see errors, let me see if I can figure it out.. --- I've tested a 3.0 Android application and set it to 4.4.2 and I didn't have any errors. I can send you my version. Perhaps the version you are using has an issue? Did you import the Google Play services? Although I doubt it is the issue.
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
02/19/14 01:59 AM (11 years ago)
Based on this post: http://stackoverflow.com/questions/19362049/setpluginsenabled-not-exist-for-webview For API 18 and higher this method has been removed. I've tested it on a project by commenting out the line and the app still works perfectly. Like this: //webView.getSettings().setPluginsEnabled(true); If you plan to use a lower version remember to uncomment the line just be sure there are no conflicts.
 
Silvia SuperStar
Android Fan
Profile
Posts: 54
Reg: Feb 06, 2014
Ibiza
540
like
02/19/14 02:32 AM (11 years ago)
Yes i have imported the google play services lib. I have 14 apps at this time on my eclipse workspace, 12 of them templates i bought on chupamobile. I have all the apps working fine with 4.4.2 By other way, the problem is not on BT Core because the rest of the plugins are working fine with 4.4.2, i think the problema is on the custom HTML/text plugin. Thanks
 
Silvia SuperStar
Android Fan
Profile
Posts: 54
Reg: Feb 06, 2014
Ibiza
540
like
02/19/14 02:33 AM (11 years ago)
Oh i didn't saw your last post, i will try. Thanks
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
02/19/14 02:30 PM (11 years ago)
did that work for you?
 
Silvia SuperStar
Android Fan
Profile
Posts: 54
Reg: Feb 06, 2014
Ibiza
540
like
02/19/14 07:23 PM (11 years ago)
Sorry i was all the day out. Tested this night and working fine!! Gracias amigo!!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.