Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 13    Views: 90

gimarsa
Code is Art
Profile
Posts: 12
Reg: Sep 18, 2011
seville
120
11/04/13 03:43 PM (12 years ago)

HTML Pro problem

Hi guys, I am using HTML Pro in iOS APP and it's cool. I tried it some months ago in Android APP and all ok! I have updates Self Hosted Server and plugin to the lates version and now the Android version have an issue: all the new screens created with HTML Pro don`t work correctly. The link on the custom_html screen does't work. Always appear a blank page with the message "Web page no avaiable: E58107A124A3BBE2964DCD3 might be temporary down..." I have checked out links, names of html files and no way of working. The interesting fact is that in the app in which I used the plugin before is still working also downloading again the packeged code and compiling but if in the same app I create a new screen with HTML Pro and Custon HTML, the new one doesn't work! the piece of log that refers to the screen: "11-04 17:10:32.089 902-902/com.vivedhandroid W/ZZ﹕ BT_screen_customHTML:setScreenData JSON itemId: "E58107A124A3BBE2964DCD3" itemType: "BT_screen_customHTML" itemNickname: "testmenu" 11-04 17:10:32.089 902-902/com.vivedhandroid W/ZZ﹕ BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "E58107A124A3BBE2964DCD3" itemType: "BT_screen_customHTML" itemNickname: "testmenu" 11-04 17:10:32.089 902-902/com.vivedhandroid W/ZZ﹕ BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities..." Can anyone help me with this?
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
11/04/13 03:46 PM (12 years ago)
Hmmmm I had something similar and Chris sent me an updated version and it worked fine. Let's see what Chris says.
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
11/04/13 04:17 PM (12 years ago)
I've never had such an issue with this plugin. It must be something odd. I'd try contacting Chris.
 
SheriDee
Code is Art
Profile
Posts: 1094
Reg: Sep 23, 2011
location unknow...
22,840
like
11/04/13 07:19 PM (12 years ago)
Just used this in my app for ios and no issues here maybe an android thing?
 
Stacey5150
Lost but trying
Profile
Posts: 54
Reg: Feb 17, 2013
West Middlesex,...
8,490
like
11/10/13 12:57 PM (12 years ago)
I am using the HTML Pro as well on my current Android app. I am having the same issue as gimarsa--I get a blank page with "webpage cannot be found." I checked and double checked my HTML Pro link as well as well as the DataURL I pasted into the Document Location field for errors and all seems fine. The only thing I see is that when I save the link in the document, the JSON dataURL is saving as an https not an http link. Not sure if that is relevant. Stacey
 
gimarsa
Code is Art
Profile
Posts: 12
Reg: Sep 18, 2011
seville
120
like
11/14/13 03:28 PM (12 years ago)
Hello Stacey, it seems we have a similar problem and I haven't solved it yet. I am going to contact Chris for help...
 
Stacey5150
Lost but trying
Profile
Posts: 54
Reg: Feb 17, 2013
West Middlesex,...
8,490
like
11/14/13 05:17 PM (12 years ago)
I sent sent a message to him Sunday or Monday, but I haven't heard from him yet. I've had no luck finding a solution either.
 
S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
like
11/16/13 08:21 AM (12 years ago)
Having the same problem with ios app. Any news from Chris? I have also pm Chris,, looks like many of us waiting for a solution.
 
Stacey5150
Lost but trying
Profile
Posts: 54
Reg: Feb 17, 2013
West Middlesex,...
8,490
like
11/16/13 08:50 AM (12 years ago)
No, I haven't heard anything yet. My apps kind of at a stand still right now.
 
S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
like
11/16/13 04:54 PM (12 years ago)
Hi i finally find a way to make it work for me. I create an html page in dreamweaver (my.html)have in it a buton that link to a screen by using the HTML pro link, save the html file in eclipse in the BT_Docs file. From the Buzztouch cpanel create an HTML Doc screen in the Document Location ->File Name in Projec i set (my.html). And i set from the HTML pro screen Document Location -> File Name in Project (my.html) That works for me.. Hope that helps some of you to.
 
S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
like
11/16/13 07:17 PM (12 years ago)
I just test it in a ios app.. works fine..
 
Stacey5150
Lost but trying
Profile
Posts: 54
Reg: Feb 17, 2013
West Middlesex,...
8,490
like
11/17/13 08:59 AM (12 years ago)
I must be doing something wrong, because I cant get it to work for me. I am obviously doing something incorrect in the process. I'm not sure how the link in the html doc in the control panel, which I named "test," will link to a location map by setting up "test.html" doc in the BT_Docs. In the BT control panel I set my location to the test.html I created in the BT_Docs. But how I set up the html in the BT_Docs to access my map location is a bit confusing to me. My problem is that my app is going to have potentially several hundred listings that will link to maps, email, phone and website, and will be updated frequently. This will make updating quite daunting.
 
S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
like
11/17/13 12:43 PM (12 years ago)
Hi Stacey5150 1) Make an html page with dreamweaver ore with any other web development tool you like (test.html) an save this test.html page in BT_Docs, in this html page we suppose you have a button (maps) and you have link that button to the Map Locations screen by using the link you have create with the HTML pro plugin. 2) Now you have to make this html page a buzztouch screen by using the HTML doc plugin to call that (test.html) page you just have create. (set in the Document Location test.html) 3) Go back to the HTML pro screen and from the Document Location set (test.html) That should work.
 
Stacey5150
Lost but trying
Profile
Posts: 54
Reg: Feb 17, 2013
West Middlesex,...
8,490
like
11/17/13 01:00 PM (12 years ago)
Thanks 66geo. I will try it again.
 

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.