Discussion Forums  >  WebViews and HTML for Mobile

Replies: 9    Views: 319

Masons App Design
Aspiring developer
Profile
Posts: 206
Reg: Aug 06, 2013
Andrews, TX
12,660
03/05/14 12:25 PM (10 years ago)

HTML PRO Issue?

I have placed a button on my html page and was using the html pro plugin to link it back to the main menu plugin. I have ready several threads within the forum on this but am still a little unclear. This is the code I have: <a href="6A1B2072B7690ACEC537EE2"><input type="submit" value="Go Back" /></a> I have tried with http:// like others have suggested but it will not work on iOS or android for me. I keep getting webpage errors and such and I am hosted on BT. Can anyone shed some light on this?
 
Cakebit
Code is Art
Profile
Posts: 500
Reg: Dec 15, 2010
In your local b...
16,500
like
03/05/14 12:48 PM (10 years ago)
I am currently using this link format: <a href="CFAAD7DF5BDCEEFD4D19D92">Link To This Screen</a> The code you are using looks like contradicts itself. You are putting an INPUT type inside of a link - which is not proper HTML instead try using the HTML form url action for the button <FORM METHOD="LINK" ACTION="CFAAD7DF5BDCEEFD4D19D92"> <INPUT TYPE="submit" VALUE="Clickable Button"> </FORM> http://www.htmlgoodies.com/tutorials/buttons/article.php/3478871/So-You-Want-A-Link-Button-Huh.htm
 
Masons App Design
Aspiring developer
Profile
Posts: 206
Reg: Aug 06, 2013
Andrews, TX
12,660
like
03/05/14 12:56 PM (10 years ago)
Ok I will give it a try. Thank you for the response.
 
eespverbatim
buzztouch Evangelist
Profile
Posts: 106
Reg: Feb 14, 2012
London
5,160
like
03/05/14 01:19 PM (10 years ago)
Also, the most basic error with this and very easy to walk right into: make sure that you're accessing your custom html/text screen by linking to the HTML Pro plugin screen NOT to the custom html/text screen.
 
Masons App Design
Aspiring developer
Profile
Posts: 206
Reg: Aug 06, 2013
Andrews, TX
12,660
like
03/05/14 01:33 PM (10 years ago)
@eespverbatim I not sure I understand what you mean by that. I tried to link the html button on my custom html screen back to menu plugin using the HTML pro like the video shows. However I am guessing that changed when the update was done?
 
farcat
buzztouch Evangelist
Profile
Posts: 1008
Reg: Jan 27, 2012
France
13,230
like
03/06/14 04:49 AM (10 years ago)
Is your plugin up to date? Also I noticed that it works on Android V3 but not V2. Farcat
 
Masons App Design
Aspiring developer
Profile
Posts: 206
Reg: Aug 06, 2013
Andrews, TX
12,660
like
03/06/14 06:18 AM (10 years ago)
@farcat, as far as I know it is up to date.
 
eespverbatim
buzztouch Evangelist
Profile
Posts: 106
Reg: Feb 14, 2012
London
5,160
like
03/06/14 06:51 AM (10 years ago)
What I meant was that sometimes people think of the HTML Pro as simply a repository for your links and your custom html is still set as the main screen. For example: Menu button> Links to custom html HTML Pro, holds a bunch of links on custom html but is floating around. What you want is the opposite: Menu button> Links to HTML Pro. custom html is floating around to be loaded automatically *VIA* HTML Pro. Do you get what I mean? However you are launching your Custom HTML screen, you should be launching your HTML Pro screen in place of it.
 
Masons App Design
Aspiring developer
Profile
Posts: 206
Reg: Aug 06, 2013
Andrews, TX
12,660
like
03/06/14 08:00 AM (10 years ago)
Ok I think I have it now. The only thing is when I set my link in HTML Pro is does not save it.
 
Gielsgaard
Aspiring developer
Profile
Posts: 17
Reg: Feb 06, 2012
Denmark
1,920
like
03/06/14 10:12 AM (10 years ago)
I also fiddling a bit around in this... Thanks for the explanation eespverbatim, I think have it now too:-)
 

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.