Nsaya
I hate code!
Profile
Posts: 65
Reg: Jul 15, 2013
Kabul
2,400
02/24/14 09:32 AM (10 years ago)

Dose HTML pro has problem?

I am using HTML pro a lot. It was working well before the last update. Does anyone faced problem in opening the target link?
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/24/14 12:28 PM (10 years ago)
On IOS I need to add http:// to the target link, on Android I haven't had any success at all.
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
02/24/14 12:31 PM (10 years ago)
Works great in iOS.
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/24/14 01:08 PM (10 years ago)
@red dog, are you on the latest plugin?
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
02/24/14 01:47 PM (10 years ago)
I just tried testing this on a really simple example. It worked great in iOS, and was using a freshly downloaded project from buzztouch.com. Here's the source I used for the HTML file, which I created using the Custom HTML/Text plugin: /////////////////Begin File//////////////// <p> <title></title></p> <p>  </p> <p> <span style="font-size:20px;"><font face="helvetica"><u><span style="color:#f00;">This</span></u></font></span><font face="helvetica"> is a test <a href="58A6ECEACC36A11ABB941FF">link</a> to Google</font></p> ////////////////End File//////////////////
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/24/14 02:13 PM (10 years ago)
Odd. I'm on BT hosted and it only works for me on IOS and then only if I add http:// to the href for the target link.
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
02/24/14 02:50 PM (10 years ago)
HI Alan. Yes, using Chris1's latest on self hosted 3.0
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/24/14 03:10 PM (10 years ago)
Hmm. @Red Dog, does your target link need href="http:// ? It seems it only works that way for me and differently for you & @Chris1, although it may be self hosted is behaving differently? (my test is on BT hosted) Also, does anyone out there have this working OK for Android too? (And if so what am I doing wrong!!)
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
02/24/14 04:26 PM (10 years ago)
AlanMac - not sure why you're having problems with iOS. You shouldn't need the "http" - in fact, it's intended to work without that. For Android, does it work if you leave off the "http"?
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/24/14 04:51 PM (10 years ago)
I only started using this aspect of HTML pro last week, so I am still learning. I have only tried on BT hosted. IOS works, only with http://. I have no success at all with Android, with or without http://.
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
02/24/14 05:24 PM (10 years ago)
Self hosted on iOS here as well, and everything works beautifully... No http needed. I actually had problems getting things to work before this last update, but since then it works like magic for me.
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
02/24/14 09:15 PM (10 years ago)
Hi Alan. Here is my html code that works without the http:// ... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>Untitled Document</title> </head> <body> <div> &nbsp;</div> <div> &nbsp; &nbsp;&nbsp;<a href="1D26EDB73B196746CAB8DA7"><img a="" alt="" height="570" src="photo-2.png" width="450" /></a>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<a href="CA0C845FA11A5528FA7EAD4"><img a="" alt="" height="570" src="photo.png" width="450" /></a></div> <div> &nbsp;</div> <div> &nbsp;</div> <div> &nbsp; &nbsp;&nbsp;<a href="649AA3576C94B52DA2F638B"><img a="" alt="" height="570" src="photo-4.png" width="450" /></a>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<a href="1C1C534EC0909F91DD3EE16"><img a="" alt="" height="570" src="photo-3.png" width="450" /></a></div> </body> </html>
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/25/14 02:59 PM (10 years ago)
Thanks for the examples and support chaps. I went back to basics today, with a happy ending. I got a basic example working then today my more advanced html working, both android, IOS, happy to report that everything is just as it should be. I just started all over again and it works now. I have no idea what I was doing wrong!
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
02/25/14 06:03 PM (10 years ago)
Great - glad to hear you got it working!
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/26/14 12:44 AM (10 years ago)
Thanks Chris, me too! Alan
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/26/14 12:44 AM (10 years ago)
Btw, one small thing I did spot was that iOS worked with or without http in the href, but for Android it has to be without. Alan
 
Nsaya
I hate code!
Profile
Posts: 65
Reg: Jul 15, 2013
Kabul
2,400
like
02/27/14 02:39 AM (10 years ago)
I could also get it working, I just copied and pasted the BT configuration into the same project but with BT V2. It was not working, I re-downloaded and tried it. It is working, regards
 

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.