K kuosda Active Member Licensed User Longtime User Oct 1, 2015 #1 1.html files such as testhtml.jpg 2.WebView can not load test.html As shown WebViewTest1, WebViewTest2, WebViewTest3, WebViewTest4 Attachments testhtml.jpg 41.5 KB · Views: 184 WebViewTest1.jpg 275.3 KB · Views: 190 WebViewTest2.jpg 275.1 KB · Views: 217 WebViewTest3.jpg 270.4 KB · Views: 209 WebViewTest4.jpg 274.4 KB · Views: 185
1.html files such as testhtml.jpg 2.WebView can not load test.html As shown WebViewTest1, WebViewTest2, WebViewTest3, WebViewTest4
udg Expert Licensed User Longtime User Oct 1, 2015 #2 Hi, try B4X: WebView1.LoadUrl("file://" & File.Combine(File.DirAssets, "yourhtmlfilename")) Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 1, 2015 #3 See this post: https://www.b4x.com/android/forum/t...g-rapid-”-b4a-3-50-version.38981/#post-230988 Upvote 0
K kuosda Active Member Licensed User Longtime User Oct 1, 2015 #4 Dear udg See webviewtest3-jpg not ok Upvote 0
udg Expert Licensed User Longtime User Oct 1, 2015 #5 ooops! Anyway, reading Erel's post #3 you should solve the problem. I missed your "debug (rapid)" option too! Maybe it's time for my second cofee... Upvote 0
ooops! Anyway, reading Erel's post #3 you should solve the problem. I missed your "debug (rapid)" option too! Maybe it's time for my second cofee...
K kuosda Active Member Licensed User Longtime User Oct 1, 2015 #6 Dear Erel I do not understand https://www.b4x.com/android/forum/th...g-rapid-”-b4a-3-50-version.38981/#post-230988 #DebuggerForceStandardAssets: true To add on which side #Region Project Attributes ←? #DebuggerForceStandardAssets: true #End Region #Region Activity Attributes ←? #DebuggerForceStandardAssets: true #End Region Upvote 0
Dear Erel I do not understand https://www.b4x.com/android/forum/th...g-rapid-”-b4a-3-50-version.38981/#post-230988 #DebuggerForceStandardAssets: true To add on which side #Region Project Attributes ←? #DebuggerForceStandardAssets: true #End Region #Region Activity Attributes ←? #DebuggerForceStandardAssets: true #End Region
Erel B4X founder Staff member Licensed User Longtime User Oct 1, 2015 #7 Not sure that I understand the question. You just need to add this line to the main module. Upvote 0
K kuosda Active Member Licensed User Longtime User Oct 1, 2015 #8 1 main module ? #Region Project Attributes ←? #DebuggerForceStandardAssets: true #End Region #Region Activity Attributes ←? #DebuggerForceStandardAssets: true #End Region 2 I can change other folder it? Upvote 0
1 main module ? #Region Project Attributes ←? #DebuggerForceStandardAssets: true #End Region #Region Activity Attributes ←? #DebuggerForceStandardAssets: true #End Region 2 I can change other folder it?
Erel B4X founder Staff member Licensed User Longtime User Oct 1, 2015 #9 1. It doesn't matter where you add this line. 2. No. This attribute disables a debugger feature. Upvote 0